Hi I have a website with 2 columns, one for main content(green box) and one for sidebar(blue box).
How can a create a div that fills the width of the two columns?
and overlaps them?
or atleast if i can create the red div inside the green div it can somehow overlap into the blue one.

position: relativeposition: absolute; top: #pxwhere #px is how far you down you want it from the top of the green boxoverflow: visibleand the red box width as wide as you need.If the width of your layout is fluid, you might need to get creative.
Here is a crappy example: