Jump to content

CSS & Select (Drop-down) Boxes in IE


cfgcjm

Recommended Posts

I've had this problem before and just left it go however now i have no choice but to deal with it. I have a select box:

 

<select name="hr" id="hr" class="fieldhr" onchange="wipebutton();">
     <option></option> 
     <option>5-A</option> 
     <option>5-B</option> 
     <option>6-A</option> 
     <option>6-B</option> 
     <option>7-A</option> 
     <option>7-B</option> 
</select>

 

And I need to change some of it's css properties. I've tried external, internal, and inline CSS and the only properties that will change in IE are height and width. Any changes made to the border, font-size, paddings, etc. show in FF but not IE (7+).

 

Any idea why...and how to fix this?

Link to comment
https://forums.phpfreaks.com/topic/117989-css-select-drop-down-boxes-in-ie/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.