Click to See Complete Forum and Search --> : Safari render issue


julius7000
02-14-2006, 11:19 PM
Any help with this problem would be fantastic.

I've built a site that is predominantly flash, but the little html I have is rendering table rows incorrectly in Safari. The site is:

www.musicmattersasia.com

In Safari the bottom logo rows seemingly appear above the masthead and main flash rows. This error does not occur in Firefox or Internet Explorer.

thansk in advance,
Julius

toicontien
02-15-2006, 01:02 PM
The .brandedrow and .logorow style declarations have float: left. It seems most browsers ignore the float property when it is applied to TR tags, and safari converts the TR tags to block elements (not table rows) and then floats them.

Remove float: left from the branded row and logo row classes.