Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stylesheets
Message
General information
Forum:
Level Extreme
Category:
Other
Title:
Stylesheets
Miscellaneous
Thread ID:
00520280
Message ID:
00520280
Views:
15
Michel,

Since the thread I posted in VFP didn't get any replies. I'll make the request again over here...

Please start using % based font sizes in the stylesheets.

One simple change from:
P.Content
{
   font-size: 10pt;
   font-family: "Arial";
   font-weight: bold;
   color: yellow;
}

P.ContentMenu
{
   font-size: 9pt;
   font-family: "Arial";
   font-weight: bold;
   color: #FFFFFF;
   margin-top: 4pt;
   margin-bottom: 0pt;
}
To:
P.Content
{
   font-size: 100%;
   font-family: "Arial";
   font-weight: bold;
   color: yellow;
}

P.ContentMenu
{
   font-size: 90%;
   font-family: "Arial";
   font-weight: bold;
   color: #FFFFFF;
   margin-top: 4pt;
   margin-bottom: 0pt;
}
allows the UT to respect the user's browser font size selections.
df (was a 10 time MVP)

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

Click here to load this message in the networking platform