IE vs. Firefox - Problem mit Tabellen

  • #1
C

Ciryx

Bekanntes Mitglied
Themenersteller
Dabei seit
07.01.2004
Beiträge
135
Reaktionspunkte
0
Ort
Zürich
Hallo zusammen.

Ich habe folgenden HTML Quelltext:

Link dazu: http://www.mengelt.org/problems/260908/

Code:
<!DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN>
<html>
<head>
		<title>Create you own Contact File</title>
		<meta http-equiv=content-type content=text/html; charset=iso-8859-1>
		<!-- <link rel=icon href=/favicon.ico type=image/ico> -->
		<link rel=stylesheet type=text/css href=parser.css>
	
</head>

<body>
	<table width=100% align=center border=0 class=big>
		<tr>
			<td align=center>
			
				<table class=bg_table width=300px cellpadding=0 cellspacing=0 border=0>
					<tr>
						<td width=38><img src=img/ol.gif></td><td class=mo> </td><td align=right width=38><img src=img/or.gif></td>
					</tr>
					<tr>
						<td colspan=3 class=rl>
						
							<br><br>
							Hallo
							<br><br>										
							
						</td>
					</tr>
					<tr>
						<td width=38><img src=img/ul.gif></td><td class=mu> </td><td align=right width=38><img src=img/ur.gif></td>
					</tr>
				</table>				
			</td>
		</tr>
	</table>
</body>
</html>

Im Firefox habe ich das Problem, dass jeweils die Ränder um ein Pixel falsch sind.

Im IE funktioniert es.

Kann mit jemand helfen?

Danke
 
  • #2
Hi,

nimm mal border-collapse:collapse; aus bg_table raus, dann ist es okay (mit firebug getestet).
 
  • #3
Danke! Das wars! :D
 
Thema:

IE vs. Firefox - Problem mit Tabellen

ANGEBOTE & SPONSOREN

Statistik des Forums

Themen
113.839
Beiträge
707.962
Mitglieder
51.491
Neuestes Mitglied
haraldmuc
Oben