Topic: CSS defining Drop Down Properties (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=11030" title="Pages that link to Topic: CSS defining Drop Down Properties (Page 1 of 1)" rel="nofollow" >Topic: CSS defining Drop Down Properties <span class="small">(Page 1 of 1)</span>\

 
KARN
Bipolar (III) Inmate

From: North Bay, Ontario, CA
Insane since: Apr 2001

posted posted 08-21-2003 05:35

i have this defined in my css:

select {
color:white;
background: #344874;
border-color:white;
border-top:1px solid;
border-bottom:1px solid;
border-left: 1px solid;
border-right:1px solid;
font-family:tahoma,Arial;
font-size:11px
}

but somehow the borders aren't working of maybe it's not suppose to... the drop down look 3D:



and i actually want the 1px border...

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 08-21-2003 06:14

KARN: IE (and other Windows-based browsers?) uses Windows own DDM and so it is beyond the ability of CSS to affect the styling of that element like that.

___________________
Emps

FAQs: Emperor

ozphactor
Maniac (V) Inmate

From: California
Insane since: Jul 2003

posted posted 08-21-2003 07:09

Yeah, it's not a good idea to set out with pixel-precision in mind and try to make all input forms conform to "the look" of the site.

Applying CSS to form elements will always yield varying results from browser to browser.



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu