View Full Version : Different CSS for FF and IE
Daryl
03-13-2009, 12:45 PM
I have used a site assist pro template to create a website. I have put an image into the header which displays well in Fire Fox, however when I view it in Internet explorer the header appears to have shrunk by about 10px which makes the image too big.
How do I rectify this?
http://lsdogs.org.uk/new_website
Justin Nemeth
03-13-2009, 03:53 PM
Looking at your html code, it looks like you have the image of the dog contained in a <p> tag. The first code within this <p> tag is a <br />. Try removing that <br /> tag since that is my guess of why there is extra space above the dog image in IE. In general, I would recommend using CSS to position the <p> tag if you need to (margin-top or padding-top). Also keep in mind that #topNavigation has an explicit height, so if the content inside it exceeds that height, it could cause an overlap like you are seeing.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.