[css-d] FW: Logo drops down in IE67

2009-01-27 Thread MartyxM
Hello Emily, I've had a look at the code and H1 is a block level element so tries to take up 100% width. Make these changes to fix it (tested in both IE7 FF3): #logo - remove width:695px; #logo h1 - add width:205px; As for the second issue - full length spanning colums are usually a

[css-d] FW: Image Roll-Over (Second Attempt)

2009-01-27 Thread MartyxM
Hi Matt, In your HTML code on the IMG tags you've got the following: li id=homea href=# title=Homeimg src=img/home.jpg width= height=49 alt=Home //a/li Whilst FF ignores the width= and defaults to CSS, IE seems to assume that you mean the image was a width of zero. If you remove both the width