![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Man Bear Pig Hunter
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4
![]() |
CSS & the Drop Down List
Anyone know why IE6 wont take my css style when FireFox will?
CSS ------------------------- .DDL {
border-style:solid;
border-width:1px;
border-color:#7F9DB9;
/*display:inline;*/
font-family: Arial, sans-serif;
font-size:10pt;
font-style:normal;
font-weight:normal;
background-color:#FFFFFF;
color: #000000;
margin: 0 0 0 0;
padding: 0 0 0 0;
} |
|
|
|
|
|
#2 |
|
Programming Guru
![]() |
What do you mean? It's not working at all? Show us some HTML code that implements the CSS and we'll try and help..
__________________
|
|
|
|
|
|
#3 |
|
Programmer
Join Date: Dec 2004
Location: Scotland
Posts: 66
Rep Power: 4
![]() |
Is the CSS external?
If it is then you will need to put in this code: <LINK rel="stylesheet" type="text/css" name="anyname" href="url"> This code goes in the <HEAD> section of your coding. |
|
|
|
|
|
#4 |
|
Man Bear Pig Hunter
Join Date: Jul 2005
Location: NorCal, USA
Posts: 295
Rep Power: 4
![]() |
Wow, I'm sorry guys. I have a fever today and I'm trying to work and that jsut isn't working out for me.
I'm trying to put a css style onto a dropdown list and a listbox. It seems to just ignore the style. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|