DanAtHome
12-19-2004, 07:12 PM
First off, things are 99% there. Just need a little help for the remainder :)
I have this horizontal list. I want to hide the text that is contained in the spans which are in turn contained in anchors. The reason why I want to hide it, is that I've set a background image that replaces the text. The text is only there for accessibility reasons.
Line #22 is the problem. See the attached file.
/*#topMenu ul li a span{display: none;} <-- line causing me problems */
I have this horizontal list. I want to hide the text that is contained in the spans which are in turn contained in anchors. The reason why I want to hide it, is that I've set a background image that replaces the text. The text is only there for accessibility reasons.
Line #22 is the problem. See the attached file.
/*#topMenu ul li a span{display: none;} <-- line causing me problems */