renegadeds
renegadeds

Reputation: 99

Weird CSS Issue

On this site, the footer displays incorrectly in IE, and older version of FF, however displays perfectly in FF 3.6.13, any ideas what i'm doing wrong?

http://therhythmhut.com.au/

Upvotes: 0

Views: 70

Answers (1)

Alec Gorge
Alec Gorge

Reputation: 17390

IE7 doesn't support display: table, so your design is completely broken in IE7:

broken in ie7

I think you are better off just rewriting the footer so it doesn't use display: table, and your problem might fix itself.

I really like the design in Firefox and Chrome though!

Upvotes: 4

Related Questions