I want to be able to check the screen resolution, then create a font style depending on which resolution is being used. Can't seem to get it to work.
<style type="text/css"><!--
body{margin-top:1;backgrou
nd-color:#
000;}
a.type3:link {color:#FF8000; text-decoration:none;}
a.type3:visited {color:#FF8000; text-decoration:none;}
a.type3:active {color:#FF8000; text-decoration:none;}
a.type3:hover {color:#00CCFF; text-decoration:overline underline;}
//--></style>
<script language=javascript>
<!--
function checkres()
{
...check resolution....
if(screenresolution800x600
)
{
<h3 style="font-family: Arial; font-size: 12pt;">
}
else
{
<h3 style="font-family: Arial; font-size: 10pt;">
}
}
<body onload="checkres()">
<div style="text-align:center;"
>
<table border="0" style="border:1px solid #6E6650;margin:0 auto;" cellpadding="5" cellspacing="0" width="98%" background="main.bg.dots.g
if" bgcolor="#000000">
<tr>
<td align="left"><a class="type3" href="
http://atomixgames.irook.com/cart.php?m=product_list&c=756" target=_top title="Axis & Allies Collectible Miniature Game"><h3>Axis & Allies CMG</h3></a></td>
<td align="center"><a class="type3" href="
http://atomixgames.irook.com/cart.php?m=product_list&c=423" target=_top title="Duel Masters Trading Card Game"><h3>Duel Masters TCG</h3></a></td>
<td align="center"><a class="type3" href="
http://atomixgames.irook.com/cart.php?m=product_list&c=231" target=_top title="Dungeons & Dragons Collectible Miniature Game"><h3>D&D CMG</h3></a></td>
<td align="center"><a class="type3" href="
http://atomixgames.irook.com/cart.php?m=product_list&c=167" target=_top title="Heroclix - DC Expansions"><h3>Heroclix/D
C</h3></a>
</td>
<td align="center"><a class="type3" href="
http://atomixgames.irook.com/cart.php?m=product_list&c=168" target=_top title="Heroclix - Marvel Expansions"><h3>Heroclix/M
arvel</h3>
</a></td>
<td align="center"><a class="type3" href="
http://atomixgames.irook.com/cart.php?m=product_list&c=844" target=_top title="Hecatomb Trading Card Game"><h3>Hecatomb</h3></a
></td>
<td align="center"><a class="type3" href="
http://atomixgames.irook.com/cart.php?m=product_list&c=241" target=_top title="Magic the Gathering Collectible Card Game"><h3>Magic CCG</h3></a></td>
<td align="center"><a class="type3" href="
http://atomixgames.irook.com/cart.php?m=product_list&c=686" target=_top title="Pirates Constructible Strategy Game"><h3>Pirates CSG</h3></a></td>
<td align="right"><a class="type3" href="
http://atomixgames.irook.com/cart.php?m=product_list&c=417" target=_top title="Star Wars Collectible Miniature Game"><h3>Star Wars CMG</h3></a></td>
</tr>
</table>
</div>