CSS: IE & FireFox (Hidden Items) -[RESOLVED]-
On my navigation bar on my site I have a rollover of the images, to preload the images "before" the user rolls over them I include them after the image. But I use a CSS file with this linein to stop them actually being displayed (kinda like forcing it to cache the image so its ready).
Code:
#HiddenItems { VISIBILITY: Hidden; DISPLAY: none; }
The only thing is I have came to install FireFox (eventually) and when I viewed my site I noticed that this does remove the images anymore and results in 3 navigation bars one after another.
Does anyone know a way to set something invisible that works accross browsers?
Thanx.