Postion i FF & IE
Hey gutter..jeg har et stort dilemma.
jeg har et design som ikke vil det samme i FF og IE. den virker 100% rigtigt i FF.
her er min kilde til HELE skidtet :)
<INDEX>
<!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=iso-8859-1" />
<title>ByensGuf.dk » Den Bediste Side Med Party Billeder Fra Hele Landet «</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<!--[if IE]>
<link rel="stylesheet"
href="IEstyle.css"
media="all" />
<![endif]-->
<meta name="Author" content="Editone studio 06/07" />
</head>
<body>
<div>
<div id="headerwrap">
<div id="header"></div>
<div id="menu">
<div id="button1"><a href="index.php" class="menu">Sjælland</a></div>
<div id="button2"><a href="fynoerene.php" class="menu">Fyn/Ørene</a></div>
<div id="button3"><a href="jylland.php" class="menu">Jylland</a></div>
</div>
</div>
<div id="content">
<div id="frame">Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br />Content here lots of crap here!!!! please!!!!<br /></div>
</div>
<div id="footerwrap">Copyright (C) ByensGuf.dk 2006. All Right Reserved. Design By: Cosmo-Design</div>
</div>
</body>
</html>
</INDEX>
<CSS>
/* CSS Document */
body{
margin:0 0 0 0;
border:0;
padding:0;
height:100%;
max-height:100%;
background-color: #AC7C27;
font-family:arial, verdana, sans-serif;
font-size:76%;
}
#headerwrap{
position:fixed;
width:990px;
top:0;
left:50%;
height:206px;
margin-left:-495px;
background-color: #000000;
border:1px solid #000000;
}
div#header{
height:142px;
overflow:auto;
background:url("images/logo.gif");
}
div#menu{
width:990px;
top:142px;
height:44px;
overflow:auto;
background:url("images/menu_bg.gif");
}
div#menu div#button1{
position:relative;
float:left;
margin-left:293px;
width:131px;
height:44px;
text-align:center;
background:url("images/menu_1.gif");
}
div#menu div#button2{
float:left;
width:132px;
height:44px;
text-align:center;
background:url("images/menu_2.gif");
}
div#menu div#button3{
float:left;
width:118px;
height:44px;
text-align:center;
background:url("images/menu_3.gif");
}
#content{
position:absolute;
top:206px;
bottom:20px;
left:50%;
padding:15px;
margin-left:-495px;
width:960px;
background:#fbc970;
border-left:1px solid #000000;
border-right:1px solid #000000;
overflow:hidden;
}
div#frame{
height:100%;
background:#cc8a15;
border:1px solid #000000;
overflow:auto;
}
#footerwrap{
position:fixed;
width:992px;
bottom:0;
left:50%;
height:20px;
margin-left:-495px;
text-align:center;
color:#FFFFFF;
background:#000000;
}
</CSS>
<IE CSS>
html {
overflow:hidden;
}
body {
height:100%;
overflow:auto;
}
#footerwrap {
bottom:-1px;
}
</IE CSS>
nogen som kan et hack så det både virker i IE og i FF :)
