Gossamer Forum
Home : Products : Gossamer Links : Discussions :

quick css question

Quote Reply
quick css question
I'm trying to replace my "new" with an image, but I am having the problem of my text bleeding through the image. So... I need to hide the text, but still show the image.

I would think this would work, but it hides EVERYTHING.

Code:

span.new-item span {
display:none;
}
span.new-item {
background: url(images/new.gif) no-repeat;
}


That would be my logic since the 'new-item' is enclosed in two <span>'s.

Any help would be appreciated.

Thanks,

- Jonathan
Subject Author Views Date
Thread quick css question jdgamble 2694 Sep 23, 2006, 1:30 PM
Thread Re: [jdgamble] quick css question
brewt 2608 Sep 23, 2006, 4:53 PM
Thread Re: [brewt] quick css question
jdgamble 2599 Sep 23, 2006, 5:21 PM
Thread Re: [jdgamble] quick css question
brewt 2590 Sep 23, 2006, 5:54 PM
Thread Re: [brewt] quick css question
jdgamble 2586 Sep 23, 2006, 6:20 PM
Post Re: [jdgamble] quick css question
brewt 2571 Sep 23, 2006, 7:30 PM