Do any of you on my flist know how to deal with CSS? If so, can you please, please help me out? ;) I have validated my stylesheet and it comes up clean but... I am still getting 2 big errors with the layout. One is the navigation background image (popping up where I don't want it to! Behind other links! Stay in the bloody navigation!) and number 2 error is the links I make within a page (bizarre wideness! Navigation image!)
Any help on this will be much appreciated.ETA: Issues all fixed thanks to
lim
no subject
Your navigation background image is applied to your anchor selector (a).
If you just want it on the navigation, and not ALL links in your layout, you need to take out this
a {
* background-image : url(http://bronze-ambition.net/BTP/images/navbg.jpg);
* display : block;
* background-color : #61846c;
* color : #4f868d;
* padding : 5px;
and group it with your #nav div instead, so, underneath
div#navigation {
* float : left;
* width : 300px;
put
#navigation a, a:link{background:url(http://bronze-ambition.net/BTP/images/navbg.jpg) #61846c;color:#4f868d;padding:5px;display:block;}
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
(no subject)
(Anonymous) - 2006-10-23 19:51 (UTC) - Expand(no subject)
(no subject)
(no subject)
(no subject)
no subject
(no subject)
no subject
(no subject)