Want CSS columns to overlap -


i've searched through stackoverflow , found plenty of people trying avoid overlapping in css columns, i'm being asked make text , images overlap.

update:

better image explaining i've been asked do, , link code i'm using. thanks!

enter image description here

http://unfetteredletters.com/webdev/twocolumnlayout.jpg

link code: http://unfetteredletters.com/webdev/af_columnlayout/af_2columnlayout.html

is possible?

you can negative margins.

check out this: http://coding.smashingmagazine.com/2009/07/27/the-definitive-guide-to-using-negative-margins/

#content {margin-right:-100px;} 

Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -