RE: [WSG] : Problem with attribute BORDER in movint to strict mode is solved

2006-01-05 Thread Jes Bigum
Thank you all Terrence, Nic and Kvnmcwebn I got it working. With li img{border:0px;} (I´m completly self-trained and have pretty nice gaps in my knowledge.) I liked - li a#current { background: url(path/to/image.gif) no-repeat 0 50%; padding-left: img-width; /* add value in px */ } - very

RE: [WSG] : Problem with attribute BORDER in movint to strict mode is solved

2006-01-05 Thread Terrence Wood
Jes Bigum said: li a#current { background: url(path/to/image.gif) no-repeat 0 50%; padding-left: img-width; /* add value in px */ } I thought your question was about indicating the current item. If you are after a hover effect try: li a { padding-left: img-width; } li a:hover { background: