gloriafoster
New Member
From what im seeing, you cannot style boxes, because it is OS specific and cannot be broken unless you edit with javascript...My example is here:http://www.promilitarybusinessnetwork.com/continueSearch.asp?categoryID=1270I just restyled the page today. HUGE improvement from where it was before.Looks perfect in Chrome and Safari...Firefox gives me issues. [*]In Firefox, the text isnt centered. [*]I cant use -moz-appearance:none; to get rid of the box in the right. [*]The items turn up white due to my CSS for chrome and safari. This is only for the SELECT text, but the still stay black in my preferred browsers. In Firefox, it turns the white...What can i do to change this...?\[code\].select{width:361px;height:44px;color:#FFF;font-size:14px;padding-left:10px;font-weight:bolder;font-family:Verdana, Geneva, sans-serif;background-image:url(images/baseselect_up.png);display:block;position:absolute;-webkit-appearance: none;-moz-appearance: none;}.select:hover{background-image:url(images/baseselector_down.png);}<form method="post" action="newSearch.asp"><select class="select" name="baseID" > <% do while not BaseRs.eof %><option value="http://stackoverflow.com/questions/15821899/<%=baseRs("baseID")%>"><%=baseRs("base")%></option>loop %> </select> <br><br><input type="hidden" name="CategoryID" value="http://stackoverflow.com/questions/15821899/<%=sqlFilter(request("categoryID"))%>"><div style="position:relative; top:14px; left: 264px;"><input type="submit" value="http://stackoverflow.com/questions/15821899/Continue >>>"></div></form>\[/code\]Is there any way I can edit Mozilla to get the OPTION text white, and hide the SELECT appearance and center text...?Or am I screwed because of how each OS runs?I run a MAC in the office, PC at home, so Ive yet to see my site on a pc with these new changes ive made today.