CSS ? (w/ example)
- Started
- Last post
- 3 Responses
- xrusos
http://www.nebogroup.com/v3/layo…
take a look at that.
should be easy. i've layed out all the code and easy borders for help.
basically, i want to make the right sidebar background fill the whole area instead of just the size of the "sidebar" div.
really appreciate the help.
- majk0
you've got mail.
- xrusos0
you are a genius. thanks!
for those that just tuned in, the solution was all about float left for the container div, and making the container div have the background of the sidebar, while making the content div background white. - something like that. back to work...
- jgjh1510
do you still end up using tables inside those divs for laying out the content and images?
I tried making a site that used only divs, just to end up using tables inside all the divs for images and text to be placed right.
A good example of all divs would be nice. One that has image edges lined back to back in seperate divs.