Hey guys

Newbie here

Just a quick question really, I have almost finished my website however when uploading i'm finding that the pages are shifting a little to the left or right when switching between pages.

I am testing it on Safari on a Mac & Firefox on a mac right now. I have tested it on IE and also firefox on a PC and they seem to be running fine.

The web address is http://www.pshikotra.com - if you click on the portfolio page and then the blog page for instance you should see what i mean?

Can anyone help me fix this problem?

Thanks

Recommended Answers

All 2 Replies

The blog has a scroll bar; the portfolio page doesn't. Add more content to your portfolio page.

Or,

Just add the following css;

Method 1

html {overflow-y:scroll;}

Method 2

html {min-height: 100%; margin-bottom: 1px;}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.