Div in a Div?

JavaScript and client side scripting.

Moderator: General Moderators

Locked
xEzMikex
Forum Commoner
Posts: 38
Joined: Sat Jan 21, 2006 10:18 pm
Location: Canada

Div in a Div?

Post by xEzMikex »

is it possible? Because im getting soooo mad i might go back to tables this is ridiculouse
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

unless it changed without me knowing it, yes.
xEzMikex
Forum Commoner
Posts: 38
Joined: Sat Jan 21, 2006 10:18 pm
Location: Canada

Post by xEzMikex »

NVM i can but this is what is happening....

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>
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?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Did that need caps? I don't think so.

And don't make a new topic for the same problem. Locked.
Locked