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!
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
Post a Comment