Div in a Div?
Moderator: General Moderators
Div in a Div?
is it possible? Because im getting soooo mad i might go back to tables this is ridiculouse
NVM i can but this is what is happening....
LINK TO WHAT HAPPENS
http://65.93.175.194/sun2/blank.html
SEE I WANT THE BG TO EXPAND SINCE I ADDED THE NAV HEAD WHY IS IT NOT?
Code: Select all
body{
background-image:url(images/bg.gif);
margin-top:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#f19f00;
}
#banner{
background-image:url(images/walz_suncycle_01.gif);
height:183px;
width:700px;
position:static;
}
#bg{
background-image:url(images/line.gif);
height:auto;
width:700px;
position:static;
left:30px;
top:287px;
}
#navhead{
background-image:url(images/walz_suncycle_14.gif);
height:21px;
width:191px;
float:left;
font-size:14px;
font-weight:bold;
position:static;
}Code: Select all
<html>
<head>
<title>SC</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body><center>
<div id="banner"></div>
<div id="bg"><br>
<div id="navhead">jhg</div>
</div>
</center>
</body>
</html>http://65.93.175.194/sun2/blank.html
SEE I WANT THE BG TO EXPAND SINCE I ADDED THE NAV HEAD WHY IS IT NOT?