SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: FF hiding layer...

  1. #1
    SitePoint Addict brain's Avatar
    Join Date
    Sep 2001
    Location
    Amsterdam
    Posts
    248
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    FF hiding layer...

    I have a layer, but it hides in FF and shows in IE.

    The search-box is not the same in:
    www.artsenvacature.nl

    FF hides it behind a layer, IE shows it in front of the layer. What am I doing wrong?

  2. #2
    CSS & JS/DOM Adept bronze trophy
    Join Date
    Mar 2005
    Location
    USA
    Posts
    5,481
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Give #zoek_box position:relative. (The z-index declaration will be ignored without it.)

    Please fix your HTML errors.

    You're missing your units in this rule: (I added them in bold)
    Code:
    body {background:#FFFFFF;margin:0 0 20px; }
    What happens if someone is using a browser that has images disabled in it? It's best to avoid using image maps.
    We miss you, Dan Schulz.
    Learn CSS. | X/HTML Validator | CSS validator
    Dynamic Site Solutions
    Code for Firefox, Chrome, Safari, & Opera, then add fixes for IE, not vice versa.

  3. #3
    SitePoint Addict brain's Avatar
    Join Date
    Sep 2001
    Location
    Amsterdam
    Posts
    248
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you oh so very much! Works like a charm!!

Bookmarks

Posting Permissions

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