Hey everyone,
I have a div tag that is holding a table. The table consists of 2 rows. Each row has 10 charts in it. I have set the div tag to be overflow:auto so if the browser window is not wide enough then it will create a horizontal scroll bar on the div but the whole web page will not have a horizontal scroll. Does that make sense?
It makes sense to Firefox, but not to IE. In IE it just displays all the charts all the way out, filling up the div and forcing the whole web page to scroll. Here is the div code I am using:
Any ideas?
-Greg
I have a div tag that is holding a table. The table consists of 2 rows. Each row has 10 charts in it. I have set the div tag to be overflow:auto so if the browser window is not wide enough then it will create a horizontal scroll bar on the div but the whole web page will not have a horizontal scroll. Does that make sense?
It makes sense to Firefox, but not to IE. In IE it just displays all the charts all the way out, filling up the div and forcing the whole web page to scroll. Here is the div code I am using:
Code:
<div id="chartScroller" style="height:368px; overflow:auto; border: 3px solid blue;">
Any ideas?
-Greg