Hi there,
The banner shows up fine in IE but not in Firefox...
Any quick fix for this?
The temporary url is:
http://www.enureflex.anonsolutions.com/

Recommended Answers

All 2 Replies

Hi there,
The banner shows up fine in IE but not in Firefox...
Any quick fix for this?
The temporary url is:
http://www.enureflex.anonsolutions.com/

Its because of the spans in your table at the top. I attached a screenshot with your table cells highlighted.

Firefox is actually handling it correctly.

I suggest that you use CSS rather than tables for layout; you won't run into problems like this.

The problem is that FF correctly defaults to centering cointent in table cells, IE shoves it to the top instead.

Set the vertical-align style parameter in the td tag, and this stuff will work the way you want it to in both browsers.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.