Ik heb dus een div:
Deze div is standaard leeg omdat deze pas wordt opgevuld vanaf het moment dat iemand in een tekstkader begint te typen (div wordt gevuld met ajax)
de css
Het probleem is dat de div soieso zichtbaar is in IE, ook zonder data, in Firefox, Safari niet.
Wie weet hier de oplossing voor?
HTML:
1
2
| <div id="txtHint"> </div> |
Deze div is standaard leeg omdat deze pas wordt opgevuld vanaf het moment dat iemand in een tekstkader begint te typen (div wordt gevuld met ajax)
de css
Cascading Stylesheet:
1
2
3
4
5
6
7
8
9
10
11
12
13
| #txtHint { background-color:white; color:#22145F; font-size:12px; position:absolute; width:180px; height:auto; z-index:3; margin-top:20px; margin-left:599px; filter:alpha(opacity=85); opacity:0.85; } |
Het probleem is dat de div soieso zichtbaar is in IE, ook zonder data, in Firefox, Safari niet.
Wie weet hier de oplossing voor?
Modelbouw - Alles over modelbouw, van RC tot diorama