Site not rendering properly in Firefox

G

Guest

Can someone please help me figure out what is happening on this website:
emerge(dash)solutions.com/dct2_index.htm

If you look at the page in IE, the menu looks fine. In Firefox, the menu
gets moved down by several rows so the text is nearly invisible b/c it's now
white text on white background. Also, in IE, there is no top and bottom
margin (which is how I want it to look) but in Firefox, there's a space at
the top and bottom of the page.

If anyone can help me understand how to fix this, I'd really appreciate it.

Thanks!
 
T

Tom Willett

Margin: You need to add a tag for Firefox for margins: marginheight=0
(FP 2003 gives you that ability. Otherwise, add it in code view)

You have numerous non breaking spaces...     some
browsers don't like that. Dont' use them for page layout.

Some browsers don't like fixed height tables/rows/cells.
 
E

E. T. Culling

I think you have menu items just below the banner ... which don't sow up
with FF.... just a bunch of funny ::::::::::::. They are the same as at the
bottom of the page ... Hmmm?
What is this at the bottom of the page:
<td height="38">&nbsp;</td>
</tr>
<tr>
<td width="24">&nbsp;</td>

<td width="433">&nbsp;</td>
<td width="326">&nbsp;</td>
<td height="365" width="17">&nbsp;</td>
</tr>
The font color is white!!!:
<p align="center"><font face="Tahoma" size="2" color="#FFFFFF">
<a href="dct2_index.htm"><font
color="#FFFFFF">Home</font></a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="dct2_about.htm"> <font
color="#FFFFFF">About</font></a>&nbsp;&nbsp;&nbsp;&nbsp;
But it shows up as blue at the bottom of the page...??
There's a photo missing on the gallery page.Very attractive site, by the
way.
 
T

Tom Willett

Top menu. Not on the bar. The white text is below the bar in FF, as the OP
pointed out.
 
G

Guest

Yes - I have to includes - one at the top which is white text - it's supposed
to show up over the blue bar. Then I have another bottom include that is in
blue text over the white background.

All the spacing you were seeing were areas where I didn't have any cells
because I didn't have any content there. What I just did was insert blank
cells in all the "empty" areas and tried in FF again - still looks the same -
my top menu is still hidden. Any other ideas?

Thanks.
 
G

Guest

Correct - the 2 problems I'm having (upper and lower margin + disappearing
top menu) are just in FF.
 
D

Dick

Yes - I have to includes - one at the top which is white text - it's supposed
to show up over the blue bar. Then I have another bottom include that is in
blue text over the white background.

All the spacing you were seeing were areas where I didn't have any cells
because I didn't have any content there. What I just did was insert blank
cells in all the "empty" areas and tried in FF again - still looks the same -
my top menu is still hidden. Any other ideas?

Thanks.

It is interesting that, if you print the page out from FF, the menu is
there. It's only when you view it in FF that it disappears.

Dick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top