Einzelnen Beitrag anzeigen
  #1 (permalink)  
Alt 02.05.2006, 19:18
Benutzerbild von Lockhead883
Lockhead883 Lockhead883 ist offline
<? echo "Hello World"; ?>
XHTMLforum-Mitglied
Thread-Ersteller
 
Registriert seit: 01.03.2006
Beiträge: 132
Lockhead883 befindet sich auf einem aufstrebenden Ast
Standard Problem mit einer Liste

Gleicher CSS und HTML Code aber unterschiedliche Darstellung im IE und Firefox...

Hoffe jemand kann mir helfen...

CSS:
Code:
#sidebar {
	top: 142px;
	left: 20px;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #7590AE;
}
#sidebar li {
	margin: 0;
	padding: 0;
}
#sidebar a {
	display: block;
	padding: 5px;
	margin: 0;
	text-decoration: none;
}
#sidebar a:hover {
	color: #ffffff;
	background-color: #7590AE;
}
HTML:
Code:
<ul id="sidebar">
	[*]Gästebuch
	[*]Fotos
	[*]Spiele
	[*]Charts
	[*]DJ Voting
	[*]Jugendschutz[/list]
Darstellung im Firefox:

Darstellung im IE:
Mit Zitat antworten
Sponsored Links