ciao
sn riuscito ad inserire una barra di navigazione. l'ho inserita sia con una tabella a più colonne che a colonna unica ma i pulsanti rimangono sempre distanziati tra loro. come posso fare per evitarlo? per caso devo inserire anche qualcosa nel foglio di stile?
grazie mille
nello spoiler c'è il codice che ho usato per la barra. grazie.
[SPOILER]
Codice HTML:
<html>
<head>
<title>Untitled-1</title>
<style type="text/css"
@import url ("style.css");
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
</head>
<body bgcolor="#fff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('http://img844.imageshack.us/img844/9831/navigazioneon02.gif','http://img824.imageshack.us/img824/7858/navigazioneon03.gif','http://img695.imageshack.us/img695/8974/navigazioneon04.gif')">
<!-- Save for Web Slices (Untitled-1) -->
<table id="Table_01" width="895" height="35" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="http://img836.imageshack.us/img836/7310/navigazione01.gif" width="87" height="40"></td>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('forum','','http://img844.imageshack.us/img844/9831/navigazioneon02.gif',1)"><img src="http://img812.imageshack.us/img812/5941/navigazione02.gif" name="forum" width="95" height="40" border="0"></a></td>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('contact','','http://img824.imageshack.us/img824/7858/navigazioneon03.gif',1)"><img src="http://img145.imageshack.us/img145/594/navigazione03.gif" name="contact" width="111" height="40" border="0"></a></td>
<td><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Immagine5','','http://img695.imageshack.us/img695/8974/navigazioneon04.gif',1)"><img src="http://img269.imageshack.us/img269/8219/navigazione04.gif" name="Immagine5" width="94" height="40" border="0"></a></td>
<td><img src="http://img836.imageshack.us/img836/3610/navigazione05.gif" width="470" height="40"></td>
</tr>
</table>
<!-- End Save for Web Slices -->
</body>
</html>
[/SPOILER]
-
grazie mille.