Results 1 to 2 of 2

Thread: Combo voxes in Firefox [Resolved]

  1. #1

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    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.

  2. #2

    Thread Starter
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    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
  •  



Click Here to Expand Forum to Full Width