zurück zur Startseite
  


Zurück XHTMLforum > (X)HTML und CSS > CSS
Seite neu laden Komisches Problem im ie6 - bug?

Antwort
 
LinkBack Themen-Optionen Ansicht
  #1 (permalink)  
Alt 13.02.2007, 22:35
Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 28.06.2006
Beiträge: 51
Schockwelle befindet sich auf einem aufstrebenden Ast
Standard Komisches Problem im ie6 - bug?

Hallo zusammen,

ich hab ein Problem, welches ich vorher noch nie gesehen habe!

Einen Quellcode kann ich im Moment leider nicht präsentieren (ich weiß, dass ist schlecht)!

Aber vielleicht hat ja trotzdem jemand einen Tipp für mich...

Ich hab rechts oben eine kleine Box mit einem Rahmen wie man sehen kann und
leider baut der ie6 unten (wo der Pfeil hinzeigt) wieder ne box hin, obwohl es die garnicht gibt!

Mit Zitat antworten
Sponsored Links
  #2 (permalink)  
Alt 13.02.2007, 22:54
Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 28.06.2006
Beiträge: 51
Schockwelle befindet sich auf einem aufstrebenden Ast
Standard

Hier mal das CSS:

Code:

* {
	margin						: 0;
	padding						: 0;
	border						: 0;
}
body {
	background				: #fff url(/images/background.jpg) repeat-x;
	font							: 0.75em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color							: #3E3E3E;
}
div#header {
	position					: relative;
	height						: 145px;
	background				: url(/images/logo.jpg) no-repeat;
}
div#top {
	text-align				: left;
	width							: 990px;
}
div#wrapper {
	float							: left;
	width							: 100%;
}
div#content {
	margin						: 0 14em;
}
div#sidebar-right {
	float							: left;
	width							: 14.5em;
	margin-left				: -14.5em}
div#sidebar-left {
	float							: left;
	width							: 14em;
	margin-left				: -990px;
}

ul#navi-home-sitemap {
	list-style-type		: none;
	position					: absolute;
	left							: 0;
	top								: 103px;
}
#navi-home-sitemap li {
	display						: inline;
}

ul#navi-main {
	list-style-type		: none;
	position					: absolute;
	left							: 167px;
	top								: 94px;
}
#navi-main li {
	display						: inline;
	padding						: 0 1px 0 0;
}

ul#navi-sub {
	list-style-type: none;
	padding						: 0 0 0 0;
	color							: #116AB1;
	font-weight				: bold;
	position					: absolute;
	left							: 177px;
	top								: 127px;
	font-size					: 0.75em;
}
#navi-sub li {
	display						: inline;
	padding						: 0 12px 0 12px;
	border-right			: 1px solid #A6ADB4;
}
li#navi-sub-last {
	border-right			: none;
}
#navi-sub li a {
	color							: #4E5663;
	text-decoration		: none;
}
#navi-sub li a:hover {
	color							: #116AB1;	
}

form#login {
	float							: right;
}
form#login p {
	background				: url(/images/kundenlogin/header_background.jpg);
	width							: 245px;
	height						: 104px;
	margin						: 6px 0 0 0;
}
input#klogin, input#kpass {
	background				: #0886C4;
	border-left				: 1px solid #B0D8EC;
	border-top				: 1px solid #89D2EB;
	border-bottom			: 1px solid #0C67A3;
	font							: 0.80em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color							: #F0F8FC;
	width							: 160px;
}
input#klogin{
	padding						: 3px;
	margin						: 27px 0 0 7px;
}
input#kpass{
	padding						: 3px;
	margin						: 3px 0 0 7px;
}
img#kvergessen {
	margin						: 12px 0 0 0;
}


div#content p {
	margin						: 1em 27px 1em 21px;	
	line-height				: 1.4em;
	background-color	: #73EAC4;
}

ul#navi-third-level {
	list-style-type		: none;
	margin						: 0 0 1em 0;
}
#navi-third-level li {
	background-color	: #F9FAFC;
	border-right			: 1px solid #D1D1D1;
	border-bottom			: 1px solid #D1D1D1;
	font-size					: 0.85em;
}
#navi-third-level li a {
	display						: block;
	padding-left			: 24px;
	line-height				: 2.15em;
	text-decoration		: none;
	color							: #485E6C;
	background				: url(/images/sidebar-links/arrow.gif) no-repeat left;
}
#navi-third-level li a:hover {
	background-color	: #fff;
	color							: #0050A2;
}
#navi-third-level #third-header {
	background				: url(/images/sidebar-links/background-3rd-level.jpg) repeat-x;
	color							: #005DAA;
	padding-left			: 10px;
	line-height				: 2.3em;
}
#navi-third-level li#third-active {
	display						: block;
	padding-left			: 24px;
	line-height				: 2.15em;
	text-decoration		: none;
	color							: #0050A2;
	background				: url(/images/sidebar-links/arrow.gif) no-repeat left;
}

ul#domainliste {
	list-style-type		: none;
	border-right			: 1px solid #D1D1D1;
	border-bottom			: 1px solid #D1D1D1;
	border-top				: 1px solid #D1D1D1;
}
#domainliste li {
	font-size					: 0.85em;
}

div#sidebar-fragen {
	border						: 1px solid #D1D1D1;
	margin						: 1em 5px 1em 0;
	padding						: 0.3em;
	font-size					: 0.9em;
}

p#breadcrumb {
	color							: #3E3E3E;
	font-size					: 0.90em;
	padding						: 0;
}
p#breadcrumb a {
	text-decoration		: none;
	color							: #3B97CC;
}
p#breadcrumb a:hover {
	text-decoration		: underline;
	color							: #0250A2;
}

div#footer {
	background				: url(/images/footer_background.jpg) repeat-x;
	height						: 42px;
	clear							: both;
	margin						: 30px 0 0 0;
}
#copyright {
	padding						: 0 0 0 151px;
}
Und hier der Code-Ausschnitt aus dem html:

<div id="sidebar-right">
<div id="sidebar-fragen">ff fxxxxxx xxxxx xx xxxx ttt tttt ttt ttt</div>
</div><!-- end.sidebar-right -->

Hoffe das reicht für eine Analyse...
Mit Zitat antworten
Sponsored Links
  #3 (permalink)  
Alt 13.02.2007, 23:05
Standardkatze
XHTMLforum-Kenner
 
Registriert seit: 06.02.2007
Beiträge: 1.820
gato ist einfach richtig nettgato ist einfach richtig nettgato ist einfach richtig nettgato ist einfach richtig nettgato ist einfach richtig nett
Standard

Ich vermute, dass es sich um den Duplicate Characters Bug handelt.
Demnach könnte der Kommentar daran Schuld sein.
__________________
Über Internet Explorer 8:
Noch bis 8. April 2014 wird der Internet Explorer 6 mit Sicherheitsupdates versorgt.
Bereits jetzt kann dieser Browser aber vollständig durch den IE8 ersetzt werden. Ältere Betriebssysteme und Browserversionen werden von Microsoft nicht mehr unterstützt.
Auch Programme, die den IE7 benötigen, sind kein Argument gegen IE8, da dieser über entsprechende Kompatibilitätsschichten verfügt.
Ab sofort gilt daher der Internet Explorer 8 als vorausgesetzer Mindeststandard.
Mit Zitat antworten
  #4 (permalink)  
Alt 13.02.2007, 23:19
Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 28.06.2006
Beiträge: 51
Schockwelle befindet sich auf einem aufstrebenden Ast
Standard

Mega Danke... Das wars!

Hab die Comments entfernt und dann ist der Bug auch weg!
Mit Zitat antworten
Antwort


Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
position absolute problem mit IE6 waschbecken1394 CSS 6 23.06.2009 15:27
Bild über Bild legen mit position: relative (IE6 Problem) naitsab CSS 3 09.06.2009 13:20
css Problem mit IE6 (current) pino.bonbon CSS 4 18.02.2009 15:06
Problem mit Layout auf IE6 kraadde CSS 2 23.11.2007 00:24
navigation - ie6 :hover problem spook.68 CSS 2 05.12.2006 16:22


Alle Zeitangaben in WEZ +2. Es ist jetzt 16:43 Uhr.