control of the text size

liunx

Guest
Hi all <br />
I just finished my website when I was brought aware of a problem on my page!<br />
The text is bigger on some computers even though I use <font size="-1"> <br />
This is a big problem because the menu links overlaps and stuff:(<br />
I tried checking if it was some kind of handicap help turned on on those computers with the bigger text but nothing that I can find.<br />
Is there anyway to be sure my text dont resize on different computer???<br />
my website is located at:<br />
<br />
<!-- w --><a class="postlink" href="http://www.gyngen.dk">www.gyngen.dk</a><!-- w --> (<!-- m --><a class="postlink" href="http://www.gyngen.dk">http://www.gyngen.dk</a><!-- m -->) <br />
thanx bmbc<!--content-->Yep......<br />
style will do the trick.....<br />
<br />
this in the head:<br />
<STYLE TYPE="text/css"><br />
<!--<br />
.klgrn {background-color: #669999;}<br />
.klgl {background color: #FFCC00;}<br />
.info {font-family:verdana, tahoma, arial, ms sans serif;font-size:12pt;}<br />
.menu {font-family:verdana, tahoma, arial, ms sans serif;font-size:9pt;color: #FF0000;}<br />
<br />
--><br />
</STYLE><br />
<br />
this in the body:<br />
<div id="Layer14" style="position:absolute; width:58px; height:23px; z-index:10; left: 10px; top: 102px;"><br />
<pre><a href=http://www.htmlforums.com/archive/index.php/"javascript:multiload('iframes/piciframes/intropic1.htm', 'iframes/intro.htm')"><div class="menu">Forside</div></a></pre><br />
</div><br />
<div id="Layer15" style="position:absolute; width:105px; height:23px; z-index:10; left: 78px; top: 102px;"><a href=http://www.htmlforums.com/archive/index.php/"javascript:multiload('iframes/piciframes/sandwichpic.htm', 'iframes/bestil.html')"><div class="menu">Bestil sandwich</div></a></div><br />
<div id="Layer16" style="position:absolute; width:58px; height:23px; z-index:10; left: 199px; top: 102px;"><a href=http://www.htmlforums.com/archive/index.php/"javascript:multiload('iframes/piciframes/frokostpic.htm', 'iframes/frokostmenu.htm')"><div class="info">Menu</div></a></div><br />
<br />
================<br />
By using the class you call the options<br />
Play with it ;)<br />
<br />
:rocker:<br />
<br />
/edit<br />
in stead of div you can use span<br />
<span class="menu"> menu text </span><br />
<br />
span is inline<br />
div is block<br />
;)<!--content-->Thanx a million<br />
thats one of the best, most effective problem solutions I纾沞 recieved yet<br />
you should feel good about yourself, you made my day<br />
THANX<br />
bmbc:):):)<!--content-->Your Welcome<br />
:rocker:<!--content-->also, specifying font-size in pixels ("px") makes it harder to change in MSIE (although NS users can still change it).<!--content-->
 
Back
Top