Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual glitch
Message
 
To
12/06/2001 10:53:57
General information
Forum:
Level Extreme
Category:
Other
Title:
Miscellaneous
Thread ID:
00518060
Message ID:
00518410
Views:
8
Michel;

I do not know if this basic concept will be of any help or perhaps give you ideas, but it helped me to get rid of the user font size issue (small/large) as well as having the user selecting View/Text Size (smallest - largest). Now, I am able to control the size of text elements on a page regardless of what size font the user selects and how they do it.




< style type="text/css" >
< !--
body {color: black ;
font-size: 14px ;
font-weight: bold }
.frmBackground {background-color : 008080}
.divBackground {background-color : D2B48C}
.tblHeaderBackground {background-color : F08080}
.tblOddRowBackground {background-color : FFFFFF}
.tblEvenRowBackground {background-color : FFFFE0}
.style1 {color: black ;
font-size: 24px }
.style2 {color: black ;
font-size: 14px }
.style3 {color: black ;
font-size: 9px }
.style5 {color : 000FFF}
.frmReports (background-color : F08080)
-->

< /style>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform