Jump to content
The mkiv Supra Owners Club

New website issues (Firefox)


tomssupra

Recommended Posts

Get the Firebug extension for Firefox, then right click the area with the gap and select "Inspect Element" - this will show the code in the region you clicked. As you mouse over the HTML elements they will be highlighted in the rendered website.

 

When I view the link in Firefox 3.5.6 I see a big gap between your image and the navigation links below....is this the problem you are referring to?

 

If so, using Firebug, it would appear the gap is caused by the

element in the following section of code:

 



							
header_3_top_side_left.pnghttp://www.tomshosting.co.uk/Vanilla%2DBrown/preview/header_3_top_9.jpgheader_3_top_side_right.png

 

There a couple of things to try, the first and probably most suprising is to remove any line breaks/spaces between the opening

and the following tag, and do the same for the closing

. This usually causes issues in IE from my experience.

 

If that doesnt fix it, try giving the

a custom class - for example:

 

// CSS
p.trim
{
margin: 0;
padding:0;
}

// XHTML

header_3_top_side_left.pnghttp://www.tomshosting.co.uk/Vanilla%2DBrown/preview/header_3_top_9.jpgheader_3_top_side_right.png

 

If that doesnt do the trick, try the same with the

that the section of code is contained within.

 

There is a padding/margin issue somewhere though in my opinion.

 

PS: In IE8, the image doesnt align up correctly horizontally, its out by about 2px, its noticeable on the "Vanilla Brown" sign to the right.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. You might also be interested in our Guidelines, Privacy Policy and Terms of Use.