Click to See Complete Forum and Search --> : Extra white space


dlublink
11-22-2006, 09:18 AM
Hey,

I made a fun little website and in my menu at the top of the page there is an extra whitespace between my menu and the logo. I used a table with colspans and rowspans to do the layout.

I am using Firefox 1.5.0.8 (get the same result in ie6).

As best as I can figure the cell about the menu is 3 pixels to tall. If I reduce the image to 90px the cell reduces to 93 and it seems to fit (but the skewed images break the logo).

How can I determine where the extra 3 pixels of white space are coming from?

I tried using the firefox web development bar, and as near as I can figure the cell is to tall...

Any ideas?

Thanks,

David

LeeU
11-22-2006, 10:28 AM
David,

It would help if you give us the URL of the page so we can see it and check the code.

holyhttp
11-22-2006, 03:24 PM
Hi David,

While waiting for you to provide us the URL of that web page, i suggest you check your table cellpadding and cellspacing. My final answer will only be given after seeing your web page.

dlublink
11-22-2006, 03:25 PM
Hey,

I figured out the trouble it was related to the doc type. I added style="display:block;" into the img tag of all the images that are in the affected area and my problem was resolved.

David