|
-
Jun 20th, 2004, 05:21 PM
#1
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
Last edited by NoteMe; Jun 20th, 2004 at 05:33 PM.
-
Jun 20th, 2004, 05:32 PM
#2
Found the bug....the DIV was not big enough. If I made the div bigger then it worked...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|