http://lettershop.ehclients.com/contact/ I'd like the lines/borders
to be about as long/wide as the "t" on "real estate", which makes it
shorter than that item.
Is this possible?
No, but you can fake it.
The following...
#nav li a{
border: none!important /* to override your inline style */;
}
#nav li{
width: 100px;
border-bottom:1px solid #94a1a6;
}
#nav a{
color:#94a1a6;
text-decoration:none;
width:120px;
display:block;
padding:12px 0 17px;
margin-right: -40px;
position: relative;
}
...will make it appear more or less as you outline.
regards
Georg
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/