Ich bin schon länger am rumbasteln...
Meine Typo3-Seite mit CSS wird in Firefox richtig und im IE falsch dargestellt... hat jemand eine gute Idee?
Hier der Unterschied in Firefox (2.0.0.14) und IE (7.0.5730.13)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CID</title>
<link href="cid.css" rel="stylesheet" type="text/css">
<script src="AC_RunActiveContent.js" type="text/javascript"></script>
<style type="text/css">
</head>
<body>
<div id="wrapper">
<div id="up_frame"><img src="l_top_head.gif" width="984" height="12"></div>
<div id="nav_swf"></div>
<div id="content_box">
<div id="mid_frame"><img src="leisteoben2.gif"></div>
<div class="column Stil1" id="right_content"></div>
<div class="column Stil1" id="left_content"></div>
<div class="column" id="content"></div>
<div id="mid_frame2"><img src="leisteunten.gif" width="984" height="12"></div>
</div>
<div class="column Stil1" id="footer"><div align="center"></div>
<div id="down_frame"><img src="untekkkkn3lll.gif" width="984" height="24"></div>
</div>
</body>
@charset "utf-8";
body {
background-color: #666666;
text-align: center;
margin: 0px;
padding: 0px;
}
#wrapper {
text-align: left;
width: 984px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
#up_frame {
margin-top: 24px;
margin-bottom: 0px;
}
#nav_swf {
margin-top: 0px;
margin-bottom: 0px;
float: left;
padding: 0px;
}
#mid_frame {
margin-top: 0px;
margin-bottom: 0px;
}
#content_box {
background-image: url(cont.gif);
background-repeat: repeat-y;
}
#content {
background-repeat: repeat-y;
height: auto;
margin-right: 180px;
margin-left: 180px;
}
#left_content {
margin-left: 16px;
width: 152px;
float: left;
}
#right_content {
float: right;
width: 152px;
margin-right: 14px;
}
#mid_frame2 {
margin-top: 0px;
margin-bottom: 0px;
clear: both;
}
#footer {
margin-top: 0px;
margin-bottom: 0px;
background-image: url(leisteunten2.gif);
background-repeat: repeat-y;
height: auto;
float: right;
}
#down_frame {
margin-top: 0px;
margin-bottom: 0px;
clear: both;
}
Meine Typo3-Seite mit CSS wird in Firefox richtig und im IE falsch dargestellt... hat jemand eine gute Idee?
Hier der Unterschied in Firefox (2.0.0.14) und IE (7.0.5730.13)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CID</title>
<link href="cid.css" rel="stylesheet" type="text/css">
<script src="AC_RunActiveContent.js" type="text/javascript"></script>
<style type="text/css">
</head>
<body>
<div id="wrapper">
<div id="up_frame"><img src="l_top_head.gif" width="984" height="12"></div>
<div id="nav_swf"></div>
<div id="content_box">
<div id="mid_frame"><img src="leisteoben2.gif"></div>
<div class="column Stil1" id="right_content"></div>
<div class="column Stil1" id="left_content"></div>
<div class="column" id="content"></div>
<div id="mid_frame2"><img src="leisteunten.gif" width="984" height="12"></div>
</div>
<div class="column Stil1" id="footer"><div align="center"></div>
<div id="down_frame"><img src="untekkkkn3lll.gif" width="984" height="24"></div>
</div>
</body>
@charset "utf-8";
body {
background-color: #666666;
text-align: center;
margin: 0px;
padding: 0px;
}
#wrapper {
text-align: left;
width: 984px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
#up_frame {
margin-top: 24px;
margin-bottom: 0px;
}
#nav_swf {
margin-top: 0px;
margin-bottom: 0px;
float: left;
padding: 0px;
}
#mid_frame {
margin-top: 0px;
margin-bottom: 0px;
}
#content_box {
background-image: url(cont.gif);
background-repeat: repeat-y;
}
#content {
background-repeat: repeat-y;
height: auto;
margin-right: 180px;
margin-left: 180px;
}
#left_content {
margin-left: 16px;
width: 152px;
float: left;
}
#right_content {
float: right;
width: 152px;
margin-right: 14px;
}
#mid_frame2 {
margin-top: 0px;
margin-bottom: 0px;
clear: both;
}
#footer {
margin-top: 0px;
margin-bottom: 0px;
background-image: url(leisteunten2.gif);
background-repeat: repeat-y;
height: auto;
float: right;
}
#down_frame {
margin-top: 0px;
margin-bottom: 0px;
clear: both;
}