Ask Your Question
0

Can we convert the tag background into CSS?

asked 2011-07-28 03:16:47 -0500

NoahY gravatar image NoahY
313 4 2 14
https://github.com/NoahY/...

updated 2011-07-28 03:17:38 -0500

I've worked out CSS code for the tags:

<div style="float: left; display: inline-block; height:16px;background-color:#FAFAFA;border-radius:8px 0 0 8px; position:relative; padding-right:6px; border-right: 1px #CCCCCC solid; border-bottom: 1px #CCCCCC solid; border-top: 1px #EEEEEE solid; border-left: 1px #EEEEEE solid; ">
    <div style="border: 1px #CCCCCC solid; border-radius:6px;margin:5px;position:absolute; width:5px;height:5px; background-color:white"></div>
    <span style="font-size: 11px;margin-left:16px; vertical-align:center;white-space: nowrap;line-height: 18px; color:#333333">test tag</span>
</div>

that gives an output almost exactly like the tags as they are, only it is now fully customizable via custom css.

delete close flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-07-28 09:08:32 -0500

Evgeny gravatar image Evgeny flag of Chile
11074 50 84 182
http://askbot.org/

But the tags are fully customizable right now too - just override the existing css rules. The tags are rendered fully via css.

There is one specific need answered by the current tag HTML - support "sliding doors" technique to use with the background images as some people will sure want to use background images.

Also, in some web-browsers rounded css corners are not supported.

link publish delete flag offensive edit

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Reliable Askbot Hosting

Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.

create your Q&A site
30 days free trial

Question tools

Follow

subscribe to rss feed

Stats

Asked: 2011-07-28 03:16:47 -0500

Seen: 31 times

Last updated: Jul 28 '11