Firefox doesn't display page correctly

User 462600 Photo


Registered User
5 posts

I am sure you all have seen this before but for this newbie I just can't seem to get it to work. When I open my site with IE it looks fine but when I open it with Firefox everything is way off. If any of you would care to take a look at it I would greatly appreciate it.

Thanks

http://goforth.homeftp.org
User 463058 Photo


Ambassador
1,073 posts

On your Calendar.html page look for this line:

<embed style="Z-INDEX: 100; LEFT: 312px; WIDTH: 400px; POSITION: absolute; TOP: 111px; HEIGHT: 440px; " src="mycalendar.swf" quality="high" bgcolor="808080" flashvars="ww=400&amp;hh=440" name="CC9292356" salign="lt" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>

See the 'style="...."' part of it? Within that styling you have "Z-INDEX: 100;", "LEFT: 312px;", "POSITION: absolute;" and "TOP: 111px;". This is repeating information in the object tag, so it shouldn't be here. The styling in the embed tag should only be this:

style="WIDTH: 400px; HEIGHT: 440px;"

Your Photos.html page has the same problem and the same sort of fix.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.