View Single Post
  #9 (permalink)  
Old Apr 29th, 2008, 07:50
welshstew's Avatar
welshstew welshstew is offline
Lead Administrator

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,388
Blog Entries: 13
Thanks: 1
Thanked 17 Times in 15 Posts
Re: TheFieryScythe Mk2 - Portfolio Website

Quote:
Originally Posted by FireScythe View Post
I put the space in because without it, navigating to a taller page that needs the scroll bar made everything shift across and I was concerned that might be off-putting.
you can solve this by putting the following in your css:

Code: Select all
html, body{
    height:100%;
    padding-bottom:2px;
}
this forces the page to always show a scroll bar within FF (you don't need this for IE as the scroll bar is always present)

I agree with Alex around the colours, it needs a better blend. my example above was just to show you how quicly and easily you can make changes and tighten it up a bit.
__________________
WelshStew
Lead Administrator

tierney rides tboard - uk site | xtreme wales - extreme clothing
If you think I've helped, click the "Thanks"
webforumz - facebook | LinkedIn
Reply With Quote