|
-
Apr 17th, 2002, 01:42 PM
#1
Thread Starter
Addicted Member
CSS Flat Form Controls
Ok, this can be used with text fields and buttons:
Code:
.Box
{
BORDER-RIGHT: 1px solid;
BORDER-TOP: 1px solid;
FONT-SIZE: 11px;
BORDER-LEFT: 1px solid;
BORDER-BOTTOM: 1px solid;
FONT-FAMILY: Verdana;
BACKGROUND-COLOR: #ffffff
}
Is there any way to do it with select boxes?
Thanks
What is the answer to this question?
-
Apr 17th, 2002, 01:59 PM
#2
Black Cat
It all depends on whether or not the browser draws the select box itself or relies on Widgets from the underlying OS. IIRC, Mozilla does the former while IE does the latter.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Apr 17th, 2002, 04:24 PM
#3
Thread Starter
Addicted Member
So basically it is just IE being stupid? Great!
What is the answer to this question?
-
Apr 18th, 2002, 03:46 AM
#4
Fanatic Member
Opera doesnt do it either.
IE counts certain form elements as windows controls and are drawn by the Operating System rather than the browser. They also get priority on the page, thats why you can position a Layer above a <select>
-
Apr 18th, 2002, 07:19 AM
#5
Thread Starter
Addicted Member
Why does it draw the text fields and buttons itself then, and not the list box? It just seems pointless.
What is the answer to this question?
-
Apr 18th, 2002, 07:41 AM
#6
Fanatic Member
I have a feeling its got something to do with a dropdown listbox being animated i.e. clicking on it and more options are dropped. They'll probably sort it out an a later version, or with the release of IE with CSS2 support.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|