View Full Version : [HTML/ASP] Problema visualizzazione con IE
OrcaAssassina
29-04-2008, 08:31
In una pagina ho una tabella.
Con Firefox si vede perfettamente
http://img293.imageshack.us/img293/4711/18886497tl4.jpg (http://imageshack.us)
Con IE si vede male: vedo i bordi della tabella
http://img249.imageshack.us/img249/1894/96203079mo4.jpg (http://imageshack.us)
Come posso risolverlo????
Ciao e grazieeeee
lo risolvi togliendo il bordo
amedeoviscido
29-04-2008, 14:17
prova ad inserire nel tag TABLE i seguenti attributi:
BORDER=0 CELLSPACING=0 CELLPADDING=0
Forse risolvi.
OrcaAssassina
29-04-2008, 15:24
La pagina è in asp e tramite la funziona include, carico questa pagina HTML che contiene il menù laterale
<table border="1" width="217" id="table1" style="border-collapse: collapse" cellspacing="0" cellpadding="2">
<!-- MSTableType="nolayout" -->
<tr>
<td height="15" style="background-image: url('/images/061.gif');" onmouseover="this.style.backgroundImage = 'url(/images/062.gif)'" onmouseout="this.style.backgroundImage = 'url(/images/061.gif)'" >
<p align="left" id="id1"><b><span style="font-size: 10pt">
</span><a href="/index.asp"><span style="font-size: 10pt">.: Home
page</span></a></b></td>
</tr>
<tr>
<td height="15" style="background-image: url('/images/061.gif');" onmouseover="this.style.backgroundImage = 'url(/images/062.gif)'" onmouseout="this.style.backgroundImage = 'url(/images/061.gif)'" >
<b>
<span style="font-size: 10pt"> </span>
<a href="/chisiamo.asp"><span style="font-size: 10pt">.:
Chi siamo</span></a></b></td>
</tr>
<tr>
<td height="15" style="background-image: url('/images/061.gif');" onmouseover="this.style.backgroundImage = 'url(/images/062.gif)'" onmouseout="this.style.backgroundImage = 'url(/images/061.gif)'" >
<b>
<span style="font-size: 10pt"> </span>
<a href="/pista.asp"><span style="font-size: 10pt">.:
La nostra Pista</span></a></b></td>
</tr>
vBulletin® v3.6.4, Copyright ©2000-2026, Jelsoft Enterprises Ltd.