Hay guise!
Sorry I'm a newb however I made this site for my work using JQuery, CSS www.nextsolarystems.com/NewSite/Products.php
Problem:
The JQuery vertical accordion menu was working great until I made some kind of change that now makes the page jump 8 pixels to the left if the accordion extends beyond the bottom of the page.
Any veterans out there that can help me solve this issue?
Much appreciated,
Tommy
broken link
broken link
BAAAh
Sorry the link is www.nextsolarsystems.com/NewSite/Products.php
Wooo Hooo I Figured it
Wooo Hooo I Figured it out.
Apparently my "CSS JQuery" problem was an aged old problem where the existence of a scrollbar causes the page to jump around:
http://www.webmasterworld.com/forum119/189.htm
I fixed it by adding:
html {height: 100%;} body {min-height: 101%;}
to the top of my sitestyle.css, forcing the browser to include a scrollbar even when it is not necessary.
While not an ideal solution I would rather have a scrollbar in existence at all times than have my precious page location jump around as the page gets longer/shorter.
WIN!
You've got an unclosed P
You've got an unclosed P element which is illegal in xhtml. Maybe that is screwing up javascript's ability to parse the tree properly. Just a guess.