Quote:
Originally Posted by FireScythe
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.