so here what iam trying to do

-------------------------------------------------------|
|       |                               |              |
|       |                               |              |
|_______|_______________________________|______________|

in html file

<div id="bg">
    <div id = "bg_left">
    </div>
    <div id = "bg_center">
    </div>
    <div id = "bg_right">
    </div>
</div>

i have no idea how to do this.
in css file

#bg_left
{
}
#bg_center
{
}
#bg_right
{

}

note that iam trying so that size doesnt change when i resize the window. also i want control over size of bg_left,....etcc divs

Assign a width to each element.

width:##px

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.