Put div in a page were is no space

hello!

is it possible to put div when is no place to put it i try to put div in my page direct to the code menu and not to draw the div( i have dreamweaver) and it did not good

the image plan

the image now

the code

object *{
	padding: 0;
	margin: 0;
}
#apDiv10 marquee { height:100%; }
#container {
	position: relative;
	width: 960px;
	z-index: 1;
	border: thick outset #000;
	margin-right: auto;
	margin-left: auto;
	height: 1200px;	
}
#header {
position: relative;
width: 958px;
height: 146px;
z-index: 2;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
border-bottom-style: solid;
border-bottom-width: medium;
border-bottom-color: #ac1c33;
margin-right: auto;
margin-left: auto;
left: 0px;
top: 0px;
background-image: url(images/html-images/canstockphoto178167596_comp.jpg);
}
#tab {
position: relative;
width: 960px;
height: 54px;
z-index: 4;
background-color: #57010c;
border-bottom-width: thin;
border-bottom-style: solid;
}
#apDiv2 {
	position: relative;
	width: 960px;
	height: 98px;
	z-index: 6;
	background-image: url(images/html-images/canstockphoto178167567_comp.jpg);
	background-repeat: repeat;
	float: right;
}
.sign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #690917;
	text-align: center;
	white-space: nowrap;
}
.outside {
	border: medium double #000;
}
.highlight {
	background-color: #FFF;
	border: thin solid #000;
	font-size: 16px;
	padding: 1px;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
	vertical-align: middle;
	display: inline-block;
	margin: 2px 0;
	white-space: nowrap;
}
#apDiv4 {
	position: relative;
	width: 120px;
	height: 180px;
	z-index: 1;
	float: right;
	border: thin outset #333;
}
#apDiv1 {
	position: relative;
	width: 960px;
	z-index: 5;
	background-image: url(images/html-images/1646779_stock-photo-old-grunge-paper-background-with-vintage-victorian-style15.jpg);
	background-repeat: repeat;
	margin: 0px;
	height: 898px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.main-table {
	border-spacing: 4px 0;
	margin-right: 180px;
}
table.main-table table {
	border-spacing: 4px 0;
}
#apDiv10 {
	width: 140px;
	height: 200px;
	border: medium inset #CCC;
	margin-top: 200px;
	margin-right: 10px;
	clear: right;
	position: static;
	background-color: #FFF;
	float: right;
	z-index: 2;
}
.heb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
a {color: #651023;}
#apDiv4 a:active{color:#000}
body {
	background-image: url();
}
#apdiv3 {
	height: 71px;
	width: 960px;
	float: left;
	position: relative;
}

thanks galia

Yes, of course you can.

Remember what we learned on your Resume page… a fixed height on #container is BAD NEWS.

#container {
    [color=red]height: 1200px;[/color]  /* DELETE ME */
    [color=blue]overflow:hidden;[/color]  /* ADD ME */
}

Then you should then be able to copy the code for the div and the HTML div from your Resume page and paste it onto this page.

I do not have the code for this page, so I have not tested this, but I believe it should work.

Hi ron!

wow it works thank you very much again

galia

We always try to minimize the use of fixed heights on boxes, especially on outer containers.

You’re welcome, Galia. Have a good day.

[off topic]

Galia, can you give me the URL to the web site where you find the grunge paper that is used on your Resume page? I would like to play with it.

Thank you

[/off topic]

Hi ron!

it is from canstock photo I bring you the address of the site directly were the image is

http://www.canstockphoto.com/images-photos/1646779_stock-photo-old-grunge-paper-background-vintage-victorian-style1.html

galia

Got it! Thanks very much.

your’e welcome

galia