In case anyone is interested in a fix for the snipped code
fragments in these threads: add !important as mentioned.

Ingo


#top {    position:absolute;
     z-index:0;
     top:0px;
     left:0px;
     width:100%;
     background:#422911;
     color:#EEE2C3;
     height:30px;}

a.top:first-letter {  font-size:1.2em;} /* add !important to fix */

a.top, a.top:link, a.top:visited {
     display:block;
     font-size:0.7em;
     font-weight:bold;
     text-transform:uppercase;
     padding:0px 0px 0px 40px;
     color:#EEE2C3;
     background:inherit;
     float:left;
     letter-spacing:1px;
     text-decoration:none;}

a.top:hover, a.top:active { color:#E1B766;
     background:olive;}


<div id="top">
<a class="top" href="#">shopping cart</a>
<a class="top" href="#">how-to's</a>
<a class="top" href="#">contact us</a>
</div>



-- 
http://www.satzansatz.de/css.html

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to