-
DIV help
Hi people,
Right i am in the middle of creating a little website and i have the top of the layout, i need to add a div underneath, but it needs to follow the border image down and have a base.
you can see the top at
www.haloguy.co.cc
i need to add an expandable DIV underneath it.
+Rep to all help.
This is what i need:
http://www.uploadgeek.com/thumb-486C_4AE2E0AF.jpg
-
<div id="content" />
The content here
<div>
-
Yeah just use the code iZoinc has provided and use some CSS to style it.. eg.
#content {
overflow:hidden; /* Expands the div with the content */
padding: 5px; /* Number of pixels padding you need around the edge of the div */
width: 100%; /* Use pixels if you know the exact width you use */
}