sizing issue

scruwys

New Member
Hey everyone, having an issue with browser compatibility and sizing.

First, a little background. I am a high school student, and I am by no means a professional. Which is why I would appreciate if you would keep comments to code related things, not content! Thank you. I am a decent coder, and I have never really been able to get a grip on this particular aspect of the code, so it would be nice to get some feedback.

The site is http://www.cruwysgraphics.com/

It shows perfectly in Safari. In firefox, the corner image in the top left corner disappears, and in IE everything is just messed up. The drop down menu is broken, and the bottom half of the site is all misaligned.

the css file is http://www.cruwysgraphics.com/css/1.css

Thanks!
 

voodish

New Member
Hi there, welcome to the forum -

The top left hand corner image doesn't exist, check and re upload
Code:
header-corner.jpg

so that it exists at:
Code:
http://www.cruwysgraphics.com/images/header-corner.jpg

Re: Drop down menu, I cannot see that working at all, is it displaying behind the Flash animation? If so, try using a z-index on it.

Hope that helps a bit.
 
Last edited:
Top