Users Pricing

forum

Home Forums Google Chrome not rendering overflow correctly – MindStick

Google Chrome not rendering overflow correctly

Anonymous User 2075 22 Aug 2014

I just found this ASP.Net server control horizontal scroll not working when align=right attribute is used! I digged into the HTML generated code and found something like this:

<div align="right" style="overflow:scroll; width: 200px; height:200px;">
    <div style="width:400px; height:400px">
    </div>
</div>

The horizontal scrollbar appears the moment you remove the align="right" attribute. Tested in Chrome 17/18. It works fine in Firefox 10 and IE 10


1 Answers

Sumit Kesarwani 22 Aug 2014 Accepted Answer
Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md