rahuls2930 0 Newbie Poster

Hi, I have a main div with a fixed width for which the overflow is set to hidden. Inside that there is a content div which can have variable width depending on the number of its contents. Each content has an image and some text. There may be 100 s of contents. I have a scrollbar for changing the magnification level and a scrollbar for viewing the contents inside the content div.

I have tried using style.zoom property for the content div. But it has problems when the position of the div is changed using the other scrollbar.

Is there any alternative to change the magnification level for the content div??