How can i draw a box in css? I want a box like the green one used to display the number of answers to a question in stackoverflow?
|
1
|
|
|
|
|
|
CSS:
HTML:
|
|||
|
|
|
|
Use Firebug and the "Inspect" function; point at the answer box here on SO and rip the HTML and CSS from the Firebug console. |
||
|
|
|
Use any element – e.g. a
Works well. |
||
|
|
|
|
this page: http://www.w3.org/TR/CSS2/box.html was the first page found by doing a Google search for "css box" |
||
|
|
|
|
You can also use the AIS Accessibility Toolbar - http://www.visionaustralia.org.au/ais/toolbar/ - to expose the css used for the site amongst a whole host of other stuff. |
||
|
|
