Quote Originally Posted by ghostcorps View Post
I'll keep looking into it, It may be local issue

Yep its sorted. Never did know what overflow was for, I'll have to do some googling

cheers.

ps. when you view the site can you see the logo clearly (not jagged) AND the shadows? cos on this end the first issue alternates between no shadow and a clear logo, or a squashed logo, with shadows.
Overflow is for clearing the float without additional markup (without using the <div class="clearBoth"></div>). I was having problems with spacing issues and such across browsers, and decided to use that method for that section. Then I read that you could use overflow:hidden instead of auto, which would get rid of the scroll bars. Here's a page with info about this method:
http://www.sitepoint.com/blogs/2005/...ing-of-floats/

Your logo is perfectly clear on my end. Do you have the latest firefox version? When you say the logo has shadows, you mean the shadows that should be to the left and right of the site?