how to adjust correctly overflow:auto; function? I need that my long product description was scrolled if required.
<!-- m --><a class="postlink" href="http://demo.idata.lv/gareks/eng/icom/portables/?id=21">http://demo.idata.lv/gareks/eng/icom/portables/?id=21</a><!-- m -->
Since I need implement this for specific pages only, where description is tool long, in-line CSS should be used, that applies to specific html element.
I tried the following code:
<div style="width:600px;height:400px;overflow:auto;float:left;">
1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>
1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>
1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>
1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>
1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>
1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>
1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>
</div>
but it produce all data inside some box(container), whereas I need that my product description was full size, as it in this page(right panel):
<!-- m --><a class="postlink" href="http://demo.idata.lv/gareks/eng/icom/portables/?id=21">http://demo.idata.lv/gareks/eng/icom/portables/?id=21</a><!-- m -->
<!-- m --><a class="postlink" href="http://demo.idata.lv/gareks/eng/icom/portables/?id=21">http://demo.idata.lv/gareks/eng/icom/portables/?id=21</a><!-- m -->
Since I need implement this for specific pages only, where description is tool long, in-line CSS should be used, that applies to specific html element.
I tried the following code:
<div style="width:600px;height:400px;overflow:auto;float:left;">
1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>
1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>
1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>
1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>
1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>
1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>
1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>1<br>
</div>
but it produce all data inside some box(container), whereas I need that my product description was full size, as it in this page(right panel):
<!-- m --><a class="postlink" href="http://demo.idata.lv/gareks/eng/icom/portables/?id=21">http://demo.idata.lv/gareks/eng/icom/portables/?id=21</a><!-- m -->