Click to See Complete Forum and Search --> : Hide images without CSS


IncaWarrior
05-31-2004, 06:21 PM
I want a way to hide images (or entire divs) when CSS is disabled. I don't want to use background images.

Sam
05-31-2004, 06:52 PM
yes. Its called not putting them in. Sorry if that sounds rude, but perhaps you should explain your goal in doing this, I really can't see a legitimate reason for it.
Edit:
By the way, there is a way to do this, but I'm pretty sure only real browsers support it.

IncaWarrior
06-01-2004, 06:34 PM
Sorry if i was a bit vague...

I want images that only show up when CSS is enabled (ie when CSS is disabled they don't show up and mess up my page by appearing in a big column)

Sam
06-01-2004, 06:49 PM
are these images for presentation, or are they part of the content? If they are part of the content, just make sure they make sense when linearized, if not, make them background images so they disappear with css gone. People with CSS disabled are used to pictures in odd places for the most part.

IncaWarrior
06-01-2004, 08:37 PM
they're part of the presentation, but i was looking for a way that didn't use them as background images

Sam
06-01-2004, 09:05 PM
why?

IncaWarrior
06-01-2004, 09:13 PM
because i like having actual images for when the page is there with CSS

Sam
06-01-2004, 09:21 PM
I'm sorry, I didn't follow that... Do you mean just for ease of positioning, or what?