PDA

View Full Version : How to fixed left and right div in webpage?



binarynpixel
06-07-2013, 01:58 PM
Hello Guys,
I want to fixed left and right div in my website, and only should be scroll middle div on scrolling page.
Please help how can i fixed that?
Thanks.

JakbizSEO
06-09-2013, 01:49 AM
Try to include float:right/left and for the scrolling you need to have overflow:scrollable. I hope that would make some sense.

webcreations
06-10-2013, 08:00 AM
yes you are right use float = left/right and margin as well to adjust the div's.