Problem with Vertical Scrollbar in IE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • webdev1
    New Member
    • Jan 2009
    • 1

    #1

    Problem with Vertical Scrollbar in IE

    Hi,

    I have set scrolling="auto " in my iframe, so when the height of iframe(Content) is more than the allocated height, vertical scrollbar appears.....Wor ks perfect in Firefox, but when it comes to IE7, sometimes the vertical scrollbar appears when it is not necessary.

    I dont understand what is causing the problem.

    Thanks in advance..
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    auto is the default value so you don't need to set it. I wouldn't be surprised if the reason you are getting it is to an IE screw up somewhere but without a link or the complete markup I can only guess.

    Comment

    Working...