Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Webbrowser control
Message
 
 
To
07/02/2004 22:58:14
Mike Sue-Ping
Cambridge, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00874802
Message ID:
00875269
Views:
16
Mike,

>While this works for the body element (buttons and textboxes), it refuses to cooperate with dropdown lists :(
>
>BTW, thanks for the link to MS article. No mention there about it not working for dropdown lists though

This attribute applied to the body, doesn't get applied to all of the elements of the document. You have to set the style for each element.

input { border-style: solid; border-width: 1px; }

will flatten the appearance of a textbox, but it also draws a border around checkboxes and radio buttons.

input { border-style: none }

will make the border disappear entirely.

I don't know if there is anything that controls the 3-D appearance of the checkbox or radio buttons themselves.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform