according to the sketch... one way I've done the extend-to-the-left thing is to make it a graphic and set it absolutely positioned using a *right* value. So it can hang off the left of the page without causing scroll.
Not sure if i should start a new topic for this but is there a way of doing this and having the bit on the left a div that would grow/shrink when you move the page. So a mock up like this:
<div id="head"> </div>
<div id="leftExpander"> an auto width that will grow/shrink </div> <div id="main"></div> <div....footer....
any ideas? I am not sure if this can be done... Also, should it be in a new thread?
I wanted to know if there is a way of having and area that will extend to the left and then not be on the other side, an example is:
http://farm4.static.flickr.com/3470/3922816593_950173c760.jpg
(sorry about the quick and ugly skitch drawing)
Anyone know if this can be done?
Are you referring to background images? What exactly are you trying to accomplish? Be as specific as possible!
You can have a main content area have it's own color.
2. I still don't understand what this means.
<div id="head"> </div>
<div id="leftExpander"> an auto width that will grow/shrink </div>
<div id="main"></div>
<div....footer....
any ideas? I am not sure if this can be done... Also, should it be in a new thread?