CSS AGAIN

Nov 17, 2006 03:15

Hey guys, need some CSS help again.

I am slowly getting the hang of it, and getting the twisted logic behind most things.

The thing I want to do it have images displaying instead of headers. so where i have < h2 >Links < /h2> and < h2 > Favourite Things I want an image header instead. I can get them to come up but the original text remains too ( Read more... )

Leave a comment

Comments 7

inlifewetrust November 17 2006, 10:14:56 UTC
Did you try the "display:none;" ?

Reply

lornyloo November 17 2006, 11:45:38 UTC
yeh I've tried that, my trouble is when I do that the image disapears too!

Reply

inlifewetrust November 17 2006, 12:59:15 UTC
The images aren't between the < h2 > & < /h2 > though, are they ?

Reply

lornyloo November 17 2006, 13:45:12 UTC
the image is added as a background to the h2. i want to replace my headings with images. what is the best way to do that? I still need to have the headings written in the code tho (for blind people etc.)

Reply


Leave a comment

Up