Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fixed font size

Status
Not open for further replies.

gcastillo

Programmer
Jun 9, 2000
127
MX
Hello
I need to have a list of results in fixed font size. If the user changes his Font Size in the browser (view-Text Size in IE), the font needs to remain the same size. How can I do it? Please help!!!
 
As far as I know IE view Text Size over rides all the code in the page.
 
Try using altavista's style guide...

<style type=&quot;text/css&quot;><!--
body,p,div,span,th,td{font-family:arial,sans-serif;font-size:12px}
dl{line-height:16px}
dd{margin-left:14px}
a:active{color:red}
a:hover{color:#09c}
.bc{font-size:16px;font-family:arial,sans-serif}
.txt{color:#1E1E1E}
.txt2{color:#03c}
.tbTD{background-color:#36c}
.tb{color:white;text-decoration:none}
.tb:hover{color:white;text-decoration:underline}
.tbA{color:#339;text-decoration:none}
.tbA:hover{color:#339;text-decoration:underline}
.nvTD{color:#339;line-height:18px}
.nvH{font-size:13px}
.nv{color:#339}
.nv:hover{color:black}
.qbTD{color:#339;font-size:11px}
.qb{color:#339}
.qb:hover{color:black}
.ft{font-size:11px}
.ssTD{color:#339;font-size:11px;padding:3px}
.ss{color:#339}
.ssC{color:#003}
.wt{color:white}
.wt11{color:white;font-size:11px}
.or{color:#f60}
.or11{color:#f60;font-size:11px}
.ttl{font-size:24px}
.sec{font-size:16px;font-weight:bold;color:#f60}
.sec2{font-size:16px}
.pts{font-size:10px;color:#f60}
.prt{color:#090;font-weight:bold}
.sbr{font-size:4px}
.sb{font-size:11px;font-weight:bold}
.db{font-size:12px}
--></style>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top