Hi,
Please have a look on:
http://217.112.82.24/contact-us/
when you click on 'Members login' the page jumps to the right.
Any idea why? it uses the same css file and same page structure.
What do I do wrong ?
| SitePoint Sponsor |
Hi,
Please have a look on:
http://217.112.82.24/contact-us/
when you click on 'Members login' the page jumps to the right.
Any idea why? it uses the same css file and same page structure.
What do I do wrong ?

The added scroll bar to your browser changes your browsing space...
that makes sense!
thanks!

Hi, to make the scrollbar load on every page you could do soemthing like this
I think Opera gets a horizontal scrollbar from that in earlier versions, but the most recent Opera seems to not give one (from memory)Code:html{overflow-y:scroll;}
Or you could give
Code:html{height:100%;margin-bottom:1px;}
Twitter-@Ryan_Reese09
http://www.ryanreese.us -Always looking for web design/development work
Bookmarks