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?
| SitePoint Sponsor |


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?
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)
What happens if someone is using a browser that has images disabled in it? It's best to avoid using image maps.Code:body {background:#FFFFFF;margin:0 0 20px; }
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.


Thank you oh so very much! Works like a charm!!
Bookmarks