yes another problem with the website, i set the navigation on active to have a different background, but it isnt working!, how can I get it to work?
bteck.fscrew.org is the url and I need this working asap, thanks so much in advance!Works for me in Fx but your link pseudo-classes aren't in LoVe-HAte order. Also there's extraneous stuff in there.
<li><a href=http://www.webdeveloper.com/forum/archive/index.php/"/products/"><div class="sep"></div> Products</a></li>
should be simply
<li><a href=http://www.webdeveloper.com/forum/archive/index.php/"/products/">Products</a></li>so the active link has a green bg for you? and the extra stuff is for correct positioning becaus epadding messes up the content box :/The li.active does not but the dynamically active As do (but not in IE).oh well How can I can I get it so it will show the active page with a green bg, because right now its not working for me and there is a due date on this website, tomorrow!li.active work in FF/IE; onmousedown (<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/selector.html#dynamic-pseudo-classes">http://www.w3.org/TR/REC-CSS2/selector. ... do-classes</a><!-- m -->) not as an active pageIs this the kind of thing you're looking for? Where the background of the menu item classed "active" will be green?
#nav li.active a { background: url(../imgs/aactive.png) no-repeat; }
bteck.fscrew.org is the url and I need this working asap, thanks so much in advance!Works for me in Fx but your link pseudo-classes aren't in LoVe-HAte order. Also there's extraneous stuff in there.
<li><a href=http://www.webdeveloper.com/forum/archive/index.php/"/products/"><div class="sep"></div> Products</a></li>
should be simply
<li><a href=http://www.webdeveloper.com/forum/archive/index.php/"/products/">Products</a></li>so the active link has a green bg for you? and the extra stuff is for correct positioning becaus epadding messes up the content box :/The li.active does not but the dynamically active As do (but not in IE).oh well How can I can I get it so it will show the active page with a green bg, because right now its not working for me and there is a due date on this website, tomorrow!li.active work in FF/IE; onmousedown (<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/selector.html#dynamic-pseudo-classes">http://www.w3.org/TR/REC-CSS2/selector. ... do-classes</a><!-- m -->) not as an active pageIs this the kind of thing you're looking for? Where the background of the menu item classed "active" will be green?
#nav li.active a { background: url(../imgs/aactive.png) no-repeat; }