Pixel offset between pages / browsers

This is a discussion on "Pixel offset between pages / browsers" within the Starting Out section. This forum, and the thread "Pixel offset between pages / browsers are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 25th, 2007, 08:10
New Member
Join Date: May 2007
Location: Manchester, UK
Age: 35
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Pixel offset between pages / browsers

Guys,

I am starting my website design, using Dreamweaver, using a css stylesheet. I have some pages that have come from the same template, just content is different. Layout of all divs etc are the same.

When I navigate between some of the pages, I am seeing a pixel offset of the whole page. Can anybody advise why this is happening and how to fix it? This happens in both FF and IE, but the offset is slightly different between browsers, but its still there!

Example....
http://www.simplycleartraining.com/Beta/about_main.html
http://www.simplycleartraining.com/B...ning_main.html

Thanks
Bob

Last edited by Lchad; May 25th, 2007 at 11:29. Reason: Links fixed
Reply With Quote

  #2 (permalink)  
Old May 25th, 2007, 11:19
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Pixel offset between pages / browsers

Both links are broken
Reply With Quote
  #3 (permalink)  
Old May 25th, 2007, 11:21
New Member
Join Date: May 2007
Location: Manchester, UK
Age: 35
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Pixel offset between pages / browsers

I'm an idiot. Now fixed.
Reply With Quote
  #4 (permalink)  
Old May 25th, 2007, 11:30
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Pixel offset between pages / browsers

There isn't really problem. The page is shifting because one of the pages doesn't have a scroll bar. There isn't enough content on the page...
you are all set!
Reply With Quote
  #5 (permalink)  
Old May 27th, 2007, 20:48
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Pixel offset between pages / browsers

You can fix it by adding this to your CSS if it really bothers you.

Code: Select all
html, body {
  height: 100%;
  padding: 0 0 1px;
}
I think that's right...
Reply With Quote
  #6 (permalink)  
Old May 27th, 2007, 21:14
New Member
Join Date: May 2007
Location: Manchester, UK
Age: 35
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Pixel offset between pages / browsers

Thanks Ryan, that sorted it.
Reply With Quote
Reply

Tags
pixel offset css

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pixel effect timmytots Graphics and 3D 3 Aug 19th, 2006 18:39
pixel-house.com.au justingray Free Web Site Critique 18 Jul 21st, 2006 02:01
1 pixel border obscureinspiration Web Page Design 2 Jun 27th, 2006 10:05
Pixel Website TimbaLanD Introduce Yourself 3 Apr 27th, 2006 15:46
Scripting Needed(adding pages to pages) Amari Classic ASP 1 Sep 4th, 2004 18:06


All times are GMT. The time now is 05:26.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43