Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appearance of controls in Web browser.
Message
From
20/08/2002 03:11:44
 
 
To
19/08/2002 10:06:41
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00690882
Message ID:
00691353
Views:
23
>.Select
>{
>   border: solid 1px;
>   border-style: inset;
>   Background-Color: #C0C0C0;
>}
>If so, what is the setting for making it look "flat"?

Hi Mike,

you could use an inline style for your select tag:
<select style="border:1px solid #000;">
But you have to wait for upcoming versions of IE to render that style correctly. Up to versions 6.x IE prefers to ignore certain border-style properties of the select tag. AFAIK it is always 3d. If you saw flat drop down lists, that might have been objects included into the HTML code.

HTH Robert

P.S. Where did you get that style sheet from? It uses a class selector to define the style of the select tag - with the name intended for the appropriate type selector! It states the border to be inset in the border-style property after defining it as solid in the compound border property. It mixes lower case with mixed case. The author of that style sheet qualifies for quarrying stones rather than authoring web sites. He should be fired instantaneously!

Sorry, I couldn't hold my horses!
I've acquired quite a taste for a well-made mistake... [Fiona Apple]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform