Click to See Complete Forum and Search --> : CSS Help


ecross
02-02-2006, 10:45 AM
I would like to do something silimar that Mozilla did with their website and I beleive this is CSS. If you look at this page (http://www.mozilla.com/support/), you'll notice "Need Help with Mozilla software", "Message Boards," and etc have an underline but when I right click it doesn't appear to be an image. I've looked at the Page Source and looked at the external CSS files but I don't see how that is done.

Any suggestions?

drhowarddrfine
02-02-2006, 10:47 AM
It's all CSS Help (http://www.webdeveloper.com/forum/showthread.php?t=68822)

drhowarddrfine
02-02-2006, 10:54 AM
But to answer your question:

h1, h2, h3, h4, h5, h6 {
margin: 1em 0 0.2em 0;
border-bottom: 1px solid #ccc;
font-family: arial, verdana, sans-serif;

ecross
02-02-2006, 11:27 PM
Thanks! :)