I am getting a horizontal scroll bar in IE6. Attached the path to zip folder. Download and open index.html page in IE6. Let me know how to remove the scroll bar.
IE6-horizontal-scroll bar
|
|
|
|||
|
|
|
tried
yet? EDIT: This works but hides right side edge content. See the link screenshot. http://shivanand.in/temp/rightside-edges-hidden.gif – Shivanand Hmm, that is weird. Are you using any position: absolute DIVs with width set in pixels (not %) that are causing this to happen? |
||||
|
|
|
You need to set the horizontal padding of |
||||
|
|
|
Its one or more bad values in paddings. Try replacing all "padding" with "xxx" for a moment and you'll see that the problem disappears. You also need to study the broken box model on IE. Solution:
|
||||||||||
|
