
November 1st, 2001, 03:19 PM
|
|
Newbie forever
|
|
Join Date: May 2001
Location: UK
Posts: 20
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
CSS > forms
hi, i am workin in IE,
i have used a CSS sheet, to take away the borders on text feilds, but dont seem to be able to do it on drop-down-menus
anyone help ??
PHP Code:
select {
font-family: verdana, arial, sans-serif; font-size: 9px; text-decoration: none;
; color: #FF6600; background-color: #333333
; border: 1px #666666 solid
}
thats the same for "input" and "textarea" both of which dont display with borders.
|