codice:
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
<!--
function buildMenu() {
speed=5;
topdistance=100;
items=5;
y=-50;
ob=1;
if (navigator.appName == "Netscape") {
v=".top=",dS="document.",sD="";
}
else {
v=".pixelTop=",dS="",sD=".style";
}
}
function scrollItems() {
if (ob<items+1) {
objectX="object"+ob; y+=10; eval(dS + objectX + sD + v + y);
if (y<topdistance) setTimeout("scrollItems()",speed);
else y=-50, topdistance+=30, ob+=1, setTimeout("scrollItems()",speed);
}
}
// -->
</SCRIPT>
<title>as</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="testo.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#CCCCCC" onLoad="buildMenu(), scrollItems();">
MENU'
<div id="object1" style="position:absolute; visibility:show; left:5px; top:-50px; z-index:2;">
<table width="100" border="1" bordercolor="#000000" bgcolor="b1bfc5">
<td class="testo"><center>
<font class="testo">a</font>
</center></td>
</table>
</div>
<div id="object2" style="position:absolute; visibility:show; left:5px; top:-50px; z-index:2">
<table border="1" width="100" bordercolor="#000000" bgcolor="b1bfc5">
<td class="testo"><center>
<font class="testo"><a href=http://simplythebest.net/affiliates/>b</a></font>
</center></td>
</table>
</div>
<div id="object3" style="position:absolute; visibility:show; left:5px; top:-50px; z-index:2">
<table border="1" width="100" bordercolor="#000000" bgcolor="b1bfc5">
<td class="testo"><center>
<font class="testo"><a href=http://simplythebest.net/music/>c</font>
</center>
</td>
</table>
</div>
<div id="object4" style="position:absolute; visibility:show; left:5px; top:-50px; z-index:2">
<table border="1" width="100" bordercolor="#000000" bgcolor="b1bfc5">
<td class="testo"><center>
<font class="testo"><a href=http://simplythebest.net/hosting/>d</a></font>
</center></td>
</table>
</div>
<div id="object5" style="position:absolute; visibility:show; left:5px; top:-50px; z-index:2">
<table border="1" width="100" bordercolor="#000000" bgcolor="b1bfc5">
<td class="testo"><center>
<font class="testo"><a href=http://simplythebest.net/shop/>e</a></font>
</center></td>
</table>
</div>
</body>
</html>
Vi posto anche il css...non si sa mai!!
codice:
.testo {
font: 10px "MS Sans Serif";
color: #000000;
}