i have used 2 box left_box(float:left;) and right_box(float:left;)
left box lot of content and images but right_box some content and images
It’s working fine. i put fixed height two boxes are ending same but i put height:auto the boxes are mismatched.
when left or right boxes are increase that time other box background can increased?
i want to only using div tag.
Thanks
This is your answer…
http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks
… it explains how to obtain equal heights. Specific to your 2 column question, check out the demo…
http://matthewjamestaylor.com/blog/equal-height-columns-2-column.htm
I hope this helps.