Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Page displays perfectly in Firefox not in IE
Old 05-27-2006, 01:14 PM Page displays perfectly in Firefox not in IE
Novice Talker

Posts: 14
Trades: 0
HI all

Page displays perfectly in Firefox but not in IE, Netscape or Opera.

http://www.travelbreak.info/

It also keeps on opening new browser windows

internal page:
http://www.travelbreak.info/articletoday.htm

This page does not display at all in IE but it does in Firefox

Any help or advice would be so helpful.

Thanks
sovereign6 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-27-2006, 01:37 PM Re: Page displays perfectly in Firefox not in IE
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
I wouldn't say that's 'perfect' in FF, to me it's quite a mess. It's an even bigger mess in IE 6 though it does display.

You have this line ABOVE your DOCTYPE line:
Quote:
<?php ob_start("ob_gzhandler");?>
Putting anything before the DOCTYPE line puts IE into quirks mode.

Your page doesn't come close to validating, you've got tons of errors.

For one thing, your <script> section is not in the <head> where it belongs - move it. That will help validation and functionality.

You've got multiple <style> sections - not necessary, put all styles together.

Don't absolutely position your #kw_container - it's not necessary. Absolute positioning takes that div out of the document flow. Write your page properly and the elements on your page will flow down the document logically.

You definitely do not want or need to absolutely position Layer1 either. Set it to 'position: relative' and to center it use 'margin: 0 auto' with a fixed width on Layer1.

You've got EVERYTHING absolutely positioned.. really a very bad thing to do.

There are far too many other problems on that page. Validate it and fix the errors first.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 05-27-2006, 01:55 PM Re: Page displays perfectly in Firefox not in IE
Novice Talker

Posts: 14
Trades: 0
Hi LadynRed

Thanks for your comments and advice.

Appeaciate your time

Cheers
sovereign6 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Page displays perfectly in Firefox not in IE
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24433 seconds with 12 queries