Dear all
I got the following HTML:
<div id="div1" style="width: 100%; overflow: hidden;">
<table>...</table>
</div>
The table element is controlled by javascript and grows by width during
user interaction. I wonder if it is possible to set CSS so that when the
table grows wider than the containing div, the left side flows out of
the containing <divrather than the right side.
Is it possible? Or must it be done with javascript?
I made two picture to show what I mean. But even if the two pictures
together is still less than 8KB, probably this group in general prefer
not to accept attachments, thus here I ask should I post attached pictures?
I got the following HTML:
<div id="div1" style="width: 100%; overflow: hidden;">
<table>...</table>
</div>
The table element is controlled by javascript and grows by width during
user interaction. I wonder if it is possible to set CSS so that when the
table grows wider than the containing div, the left side flows out of
the containing <divrather than the right side.
Is it possible? Or must it be done with javascript?
I made two picture to show what I mean. But even if the two pictures
together is still less than 8KB, probably this group in general prefer
not to accept attachments, thus here I ask should I post attached pictures?
Comment