Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Other Web Development Languages (http://www.programmingforums.org/forum40.html)
-   -   CSS & the Drop Down List (http://www.programmingforums.org/showthread.php?t=7006)

Ghost Nov 15th, 2005 4:01 PM

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;
}


tempest Nov 15th, 2005 4:23 PM

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..

shadowhunter Nov 15th, 2005 4:31 PM

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.

Ghost Nov 15th, 2005 5:05 PM

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.


All times are GMT -5. The time now is 4:18 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC