On Jan 3, 2011, at 9:11 PM, G.Sørtun wrote: >> 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
Ingenious, it does give me the shorter borders as I wanted. On the other hand it gives me some new borders when I did not want them, and it messes up the list with the numbers under b...@schemerhorn as on this version of the nav: http://lettershop.ehclients.com/recent/be_schermerhorn/ That list of nubers is supposed to be in 1 horizontal line. And there should be no line under "visual diary archive". Are these problems just a matter of correctly targeting the places I want these lines to be? And I have to turn off the new styles for the numbers list. ______________________________________________________________________ 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/
