Nebu
11-24-2005, 09:41 PM
I'm using DIV layers for the first time, and it's not really working...
I'm trying to make it so that it goes down to the bottom of the screen (most of the time, the text doesn't, and it looks really ugly...)
Here is what the site looks like: http://www.secret-star.net/fencing/holycrapthisisugly.gif
here is what I want it to look like: (Obviously, I'll put the text in...)
http://www.secret-star.net/fencing/whateva.gif
my HTML looks like this:
<html>
<head>
<title>Stevenson Fencing</title>
<link rel="Stylesheet" type="text/css" href="css.css" />
</head>
<body>
<div id="container">
<div id="header"></div>
<div id="content">
hello
<div id="footer">d</div>
<div id="columnl">
</div>
</div>
<div id="column">
hello
<p class="bot">d</p>
</div>
</div>
my CSS looks like this:
body {
background-image:url(back.gif);
text-align: center;
font: .8em "arial";}
#container {background: url(images/bg.gif) repeat-y; width: 514px; margin: auto; text-align: justify; margin-bottom: 0; Z-index:1;}
#header {height: 295px; background: url(image.gif) bottom no-repeat;z-index:2;}
#content {width: 365px; margin: 0px 0 0 0px; float: left; text-align: center; background: url(cback.gif) right repeat-y; : 0;z-index:2;}
#column {width: 134px; margin: 0px 0 0 0px; float: left; background-image:url(navback.gif); margin-bottom: 0; z-index:2;}
#columnr {width: 50px; height=90; position: absolute; bottom: 0; background: url(images/cback.gif) repeat-y; z-index:2;}
Anyone have any idea how I can fix it? (ignore the little "d" on the bottom)
Thanks!
I'm trying to make it so that it goes down to the bottom of the screen (most of the time, the text doesn't, and it looks really ugly...)
Here is what the site looks like: http://www.secret-star.net/fencing/holycrapthisisugly.gif
here is what I want it to look like: (Obviously, I'll put the text in...)
http://www.secret-star.net/fencing/whateva.gif
my HTML looks like this:
<html>
<head>
<title>Stevenson Fencing</title>
<link rel="Stylesheet" type="text/css" href="css.css" />
</head>
<body>
<div id="container">
<div id="header"></div>
<div id="content">
hello
<div id="footer">d</div>
<div id="columnl">
</div>
</div>
<div id="column">
hello
<p class="bot">d</p>
</div>
</div>
my CSS looks like this:
body {
background-image:url(back.gif);
text-align: center;
font: .8em "arial";}
#container {background: url(images/bg.gif) repeat-y; width: 514px; margin: auto; text-align: justify; margin-bottom: 0; Z-index:1;}
#header {height: 295px; background: url(image.gif) bottom no-repeat;z-index:2;}
#content {width: 365px; margin: 0px 0 0 0px; float: left; text-align: center; background: url(cback.gif) right repeat-y; : 0;z-index:2;}
#column {width: 134px; margin: 0px 0 0 0px; float: left; background-image:url(navback.gif); margin-bottom: 0; z-index:2;}
#columnr {width: 50px; height=90; position: absolute; bottom: 0; background: url(images/cback.gif) repeat-y; z-index:2;}
Anyone have any idea how I can fix it? (ignore the little "d" on the bottom)
Thanks!