Lego King
09-25-2005, 11:43 PM
Okay, I've put my problem into a nice colourful model ^_^
My page looks like this
http://img.photobucket.com/albums/v207/Tr!5t@n/problems2.jpg
Which is great but at the bottom this happens
http://img.photobucket.com/albums/v207/Tr!5t@n/problems.jpg
Now I can fix this in Firefox by setting the heading's position to absolute.
But by doing that it wont show up in IE :(
Can anyone help me?
Heres the code:
<html>
<head>
<style type="text/css">
body {
background: #FFFFFF;
background-attachment: fixed;
background-image: url(http://img.photobucket.com/albums/v207/Tr!5t@n/backthingy.jpg);
color : #526574;
font-family : Verdana, Arial, "MS Sans Serif";
font-size : 8pt;
margin : 0px;
padding : 15px;
}
.holder {
width:100%;
height:1000px;
border: 3px solid black;
}
.menu {
width:20%;
background: yellow;
float:left;
height:100%;
}
.main {
width:80%;
float:right;
background:blue;
height:100%
}
.main2 {
width:65%;
float:left;
background:red;
height:100%;
}
.main3 {
width:35%;
float:right;
background:green;
height: 100%;
}
.header {
width:100%;
border: 3px solid black;
background:black;
}
.floater {
width:100%;
background:white;
}
</style>
</head>
<body>
<div class="holder">
<div class="menu"><font size=5>MENU</font></div>
<div class="header"><br><br><br><br><font
size=5>HEADER</font><br><br><br><br><br></div>
<div class="main">
<div class="main2"><font size=5>MAIN</font></div>
<div class="main3"><font size=5>SUB</font></div>
</div></div>
<div class="footer"><font size=5>FOOTER</font></div>
</body>
</html>
Thanks! :)
My page looks like this
http://img.photobucket.com/albums/v207/Tr!5t@n/problems2.jpg
Which is great but at the bottom this happens
http://img.photobucket.com/albums/v207/Tr!5t@n/problems.jpg
Now I can fix this in Firefox by setting the heading's position to absolute.
But by doing that it wont show up in IE :(
Can anyone help me?
Heres the code:
<html>
<head>
<style type="text/css">
body {
background: #FFFFFF;
background-attachment: fixed;
background-image: url(http://img.photobucket.com/albums/v207/Tr!5t@n/backthingy.jpg);
color : #526574;
font-family : Verdana, Arial, "MS Sans Serif";
font-size : 8pt;
margin : 0px;
padding : 15px;
}
.holder {
width:100%;
height:1000px;
border: 3px solid black;
}
.menu {
width:20%;
background: yellow;
float:left;
height:100%;
}
.main {
width:80%;
float:right;
background:blue;
height:100%
}
.main2 {
width:65%;
float:left;
background:red;
height:100%;
}
.main3 {
width:35%;
float:right;
background:green;
height: 100%;
}
.header {
width:100%;
border: 3px solid black;
background:black;
}
.floater {
width:100%;
background:white;
}
</style>
</head>
<body>
<div class="holder">
<div class="menu"><font size=5>MENU</font></div>
<div class="header"><br><br><br><br><font
size=5>HEADER</font><br><br><br><br><br></div>
<div class="main">
<div class="main2"><font size=5>MAIN</font></div>
<div class="main3"><font size=5>SUB</font></div>
</div></div>
<div class="footer"><font size=5>FOOTER</font></div>
</body>
</html>
Thanks! :)