Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Webbrowser control
Message
From
08/02/2004 14:42:23
Mike Sue-Ping
Cambridge, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00874802
Message ID:
00875275
Views:
18
Hi David,

Yes I realized that the border-style/width properties have to be set to each individual object in the document (including the latter). That's how I got my buttons and textboxes to appear flat. What I was unable to do was get a dropdown list to behave "flat" using the same border settings for its style. Seems to be impossible.

Mike

>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform