html - Aligning opposite edges of divs -
i want green box lie immediate bottom left red header always, if user zooms in , out web page.
demo: http://jsfiddle.net/bvqcx/
now, want margin-left property given green box. or red box @ center. can provide me jsfiddle solution? solution must div based layout.
similar question: aligning opposite edges of divs
|red box| |green box|
like this?
need margin left on header, margin left on header should equal width of green box
margin-left: 20%
Comments
Post a Comment