Results 1 to 17 of 17

Thread: CSS: IE & FireFox (Hidden Items) -[RESOLVED]-

Threaded View

  1. #1

    Thread Starter
    Ex-Super Mod'rater Electroman's Avatar
    Join Date
    Sep 2000
    Location
    Newcastle, England
    Posts
    4,349

    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.
    Last edited by Electroman; May 2nd, 2004 at 02:47 PM.
    When your thread has been resolved please edit the original post in the thread ()
    and amend "-[RESOLVED]-" to the end of the title and change the icon to , Thank you.

    When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width