views:

93

answers:

1

My friends has just asked me to have a look at his site in IE and I found that the content is going over his top image!

http://www.skiphire.org/

The site has been created in wordpress so im note sure on how he has gone about making the page!

Can anyone point him in the right direction?

Thanks

+2  A: 

Instead of having the image with ALIGN="RIGHT", put the image as the background on div:contentmiddle - top left no-repeat. Add padding-top:160px to the div, too.

Also, that image is 169 pixels tall, getting scaled down. Crop the image to 160px tall, you'll save bandwidth and the image will look nicer.

Steve Brewer