Error with web page when not in full window please help

Associate
Joined
4 Mar 2007
Posts
315
Location
United Kingdom
Now ive only noticed this at the last second talk about bad testing!
The web page seems to load fine on the browsers, all things are in location minus 2 small errors im hoping someone can please help with!

www.kindom-hosting.com/kin

now on IE the blocks which are assosiated with the current page drop down by a small amount but this is not evident within FF or Opera.

Last problem when i restore down the page (shrink the browser window) it realligns the box on the right side along with other elements of the page this is not apparent in the full window view :S

Any help would be great!

Thanks!

Edit: Im guessing the drop down effect is due to a float not being put within another div?
 
1. Your layout has been done so that the background cannot cover the entire viewport on larger monitors which looks horrible. At least set the background color of the page to something complimentary. It also repeats horizontally which doesn't look good. Perhaps you could try centering your layout and going fixed width?

2. You've specified a margin for body (and also haven't reset the default padding). You then have body set to 100% width and height. 100% + (margin + padding) = larger than the viewport = scrollbars.

3. Your two content boxes appear on top of one another on the left side of the page. I'm guessing you meant to float them.


This is how it's showing up for me btw.
http://tripnologist.com/blackopsScreen.jpg
 
Last edited:
This is what is showing for me from your link :-

host-1.jpg
 
Are you going to setup a hosting company? :o

nope :P it was a place which was going to be tied with college eventually so i could upload work from home to college, also i wanted to test and improve so i had a few quid lying around and couldnt think of anything interesting to call it tbh.
 
Back
Top Bottom