Click to See Complete Forum and Search --> : how to sketch side of banner?


cma
12-14-2009, 05:37 PM
hard to explain but here is image to explain clearly...

http://img704.imageshack.us/img704/4720/examplediv.jpg

is it possible?

skywalker2208
12-14-2009, 05:49 PM
I am not sure what you mean even with the image.

cma
12-14-2009, 06:02 PM
ok lets say


#content {
width:100%;
height:200pc;
margin:auto;
padding:0px;
}
#header_center {
float:left;
width:860px;
height:200px;
margin: auto;
padding:0px;
background: url(images/header.png) no-repeat center top;
}
#header_left,#header_right {
float:left;
height:200px;
padding:0px;
background: url(images/border_top.png) repeat-x lefttop;
}
#header_right {

background: url(images/border_top.png) repeat-x right top;
}



<div id="header_area">
<div id="header_left"></div>
<div id="header_center">[image here]</div>
<div id="header_right"></div>
<div>


i want header_left to be sketch to left of the page... so header_right to right of the page...

is it possible?