Combo voxes in Firefox [Resolved]
Those Combo boxes are stating too kill me. I have two combo boxes on a input form. One of them get it's values from MySQL and one is getting it from the XHTML file like this:
Code:
<div id="by">
Velg en by:
<select name="aBy" >
<option value="O">Oslo</option>
<option value="B">Bergen</option>
<option value="T">Trondheim</option>
</select>
</div>
CSS:
Code:
#by{
position:absolute;
left:10px;
top:68px;
width:120px;
height:20px;
visibility: visible;
}
The one that gets it's values from MySQL works fine in both IE and FF. But the one we are adding the values to like over, it won't work in FF after we have "styled" it using CSS. Any ideas?
Link to the page:
http://www.klubbscenen.com/klubbny2/...lubb_liste.php