silverem
07-19-2003, 06:19 AM
i guess this goes here, because the code uses CSS. but sorry if it doesn't. anyway, for some reason, my background image keeps getting cut off at the bottom. what can i do to fix this?? here's the page so far: click (http://www.angelfire.com/ill/good-for-nothing/collective.html) and here's the code:
<html>
<head>
<title>Your Title Here</title>
<style type="text/css"><!--
body {background-image: url(couch.jpg); background-position: -100 -25; background-repeat:repeat; background-attachment:scroll}
.title {position:absolute;left:390px;top:143px;color:#EF5 50F;font-family:Verdana,Arial,Helvetica;font-size:20px;font-weight:bold}
.title2 {position:absolute;left:370px;top:134px;color:#FFC 5AB;font-family:Verdana,Arial,Helvetica;font-size:34px;font-weight:bold;font-style:italic}
.slogan {position:absolute;left:400px;top:163px;color:#C21 602;font-family:Verdana,Arial,Helvetica;font-size:10px;font-weight:bold}
.menu {position:absolute;left:60px;top:350px}
.credit {position:absolute;left:105px;top:322px}
a {font-family:Verdana,Arial,Helvetica;font-size:11px;font-weight:bold;color:#EF550F}
a:hover {color:#C21602}
--></style>
</head>
<body bgcolor="#FFFFFF">
<!-- Begin Title -->
<div class="title2">Title Here</div>
<div class="title">Title Here</div>
<div class="slogan">Website Slogan/Version Here</div>
<!-- End Title -->
<!-- Begin Menu -->
<div class="menu"><ul>
<li><a href="#">AUTOBIO</a></li>
<li><a href="#">SITE INFO</a></li>
<li><a href="#">FOLIO</a></li>
<li><a href="#">CONTACT</a></li>
<li><a href="#">LINKS</a></li>
<li><a href="#">CLIQUES</a></li>
</ul></div>
<!-- End Menu -->
<!-- Do Not Remove -->
<div class="credit"><a href="http://www.imbri.com/" target="pop"><img src="spacer.gif" width="92" height="13" border="0"></a></div>
<!-- End Do Not Remove -->
</body>
</html>
thank you!
<html>
<head>
<title>Your Title Here</title>
<style type="text/css"><!--
body {background-image: url(couch.jpg); background-position: -100 -25; background-repeat:repeat; background-attachment:scroll}
.title {position:absolute;left:390px;top:143px;color:#EF5 50F;font-family:Verdana,Arial,Helvetica;font-size:20px;font-weight:bold}
.title2 {position:absolute;left:370px;top:134px;color:#FFC 5AB;font-family:Verdana,Arial,Helvetica;font-size:34px;font-weight:bold;font-style:italic}
.slogan {position:absolute;left:400px;top:163px;color:#C21 602;font-family:Verdana,Arial,Helvetica;font-size:10px;font-weight:bold}
.menu {position:absolute;left:60px;top:350px}
.credit {position:absolute;left:105px;top:322px}
a {font-family:Verdana,Arial,Helvetica;font-size:11px;font-weight:bold;color:#EF550F}
a:hover {color:#C21602}
--></style>
</head>
<body bgcolor="#FFFFFF">
<!-- Begin Title -->
<div class="title2">Title Here</div>
<div class="title">Title Here</div>
<div class="slogan">Website Slogan/Version Here</div>
<!-- End Title -->
<!-- Begin Menu -->
<div class="menu"><ul>
<li><a href="#">AUTOBIO</a></li>
<li><a href="#">SITE INFO</a></li>
<li><a href="#">FOLIO</a></li>
<li><a href="#">CONTACT</a></li>
<li><a href="#">LINKS</a></li>
<li><a href="#">CLIQUES</a></li>
</ul></div>
<!-- End Menu -->
<!-- Do Not Remove -->
<div class="credit"><a href="http://www.imbri.com/" target="pop"><img src="spacer.gif" width="92" height="13" border="0"></a></div>
<!-- End Do Not Remove -->
</body>
</html>
thank you!