SKY-ProToSs
09-21-2006, 04:55 AM
here is the css
html, body{
margin:0;
padding:0;
border:0;
background-color:#8ad2d2;
width;100%;
height:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #2130BD;
font-weight:normal;
background-image: url(trigunbg.gif); }
a, a:link, a:visited, a:active {
color:#000;
background-color:inherit;
text-decoration:none;
}
a:hover {
color:#df0000;
background-color:inherit;
}
#container {
width:100%;
height:100%;
min-height:100%;
margin:0;
background:#000 url(trigunbg.gif) repeat-y;
background-position: left;
color:#df0000;
padding-right:0;
padding:0;
border-right:0px solid #000;
}
#container3 {
height:400px;
width:200px;
vertical-align: bottom;
align: left;
padding-right:20px;
background:#6c6c6c;
}
Heres the html:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Anime Website : Home</title>
<link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body>
<div id="container">
<div id="container3">
</div>
</div>
<!-- --><script type="text/javascript" src="/i.js"></script></body>
</html>
heres the link
http://www.legabyspoodles.twilightcity.net
Im trying to get the grey box right under the little banner that looks like a box with rounded corners. I am trying to get it about 40 pix from the left side and about 15 pix from the bottom. Can anyone help me? I cant figure out how :-/
html, body{
margin:0;
padding:0;
border:0;
background-color:#8ad2d2;
width;100%;
height:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #2130BD;
font-weight:normal;
background-image: url(trigunbg.gif); }
a, a:link, a:visited, a:active {
color:#000;
background-color:inherit;
text-decoration:none;
}
a:hover {
color:#df0000;
background-color:inherit;
}
#container {
width:100%;
height:100%;
min-height:100%;
margin:0;
background:#000 url(trigunbg.gif) repeat-y;
background-position: left;
color:#df0000;
padding-right:0;
padding:0;
border-right:0px solid #000;
}
#container3 {
height:400px;
width:200px;
vertical-align: bottom;
align: left;
padding-right:20px;
background:#6c6c6c;
}
Heres the html:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Anime Website : Home</title>
<link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body>
<div id="container">
<div id="container3">
</div>
</div>
<!-- --><script type="text/javascript" src="/i.js"></script></body>
</html>
heres the link
http://www.legabyspoodles.twilightcity.net
Im trying to get the grey box right under the little banner that looks like a box with rounded corners. I am trying to get it about 40 pix from the left side and about 15 pix from the bottom. Can anyone help me? I cant figure out how :-/