I have used Accordion and Slideshow on my site. http://www.delightbranding.com/
when you click Play. For some reason the scroll bar appears shifting the page.
Guess i am missing setting height for some div. Please help.
|
I have used Accordion and Slideshow on my site. http://www.delightbranding.com/ when you click Play. For some reason the scroll bar appears shifting the page. Guess i am missing setting height for some div. Please help. |
|||||
|
|
Remove the height from
|
|||||
|
|
|
This one seems to be the bad apple:
When the "Play" item is selected, this div expands below the HTML content, causing your page to grow. |
|||
|
|
|
this is only happening for me in IE9 (I'd wager all versions of IE) and only when my browser window is short. I tend to add a CSS rule to my html tag of
Which places the scrollbar on the page always so that longer content doesn't make the browser behave inconsistently. Not sure if this will help you in this case, but worth a try. |
|||
|
|