ReportingAnalyst
MIS
Hi,
I have 3 divs laid down side by side.
All the Div have the width and height in percentages.
I used to have them in pixels, but when I used to make my window smaller, then the 3rd div used to be pushed down.
After changing the measures to '%' and 'em', when I make the browser window smaller, then the last div(Div3) is not pushed down, but seems to have messed up the formatting of the elements within the divs.
I see some sites where no matter the size of the window, I get to see both the vertical and horizontal scroll bar. So my question is how can I introduce a horizontal scroll bar and maintain the div position as well.
Thanks.
I have 3 divs laid down side by side.
Code:
div1 div2 div3
I used to have them in pixels, but when I used to make my window smaller, then the 3rd div used to be pushed down.
After changing the measures to '%' and 'em', when I make the browser window smaller, then the last div(Div3) is not pushed down, but seems to have messed up the formatting of the elements within the divs.
I see some sites where no matter the size of the window, I get to see both the vertical and horizontal scroll bar. So my question is how can I introduce a horizontal scroll bar and maintain the div position as well.
Thanks.