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 will not render in IE 6 correctly. Please Help!!!!
Old 07-25-2008, 10:14 PM Page will not render in IE 6 correctly. Please Help!!!!
Junior Talker

Posts: 1
Name: Siva
Trades: 0
Please help!

I just created a website. But the following 3 webpages do not render correctly in IE 6. But the do in IE 7 and Firefox. I think it is a table issue. But I can't for the life of me figure it out.

Just try the pages in both browsers, and you will see what I mean.

http://www.horseshoeplaque.com/samples.html
http://www.horseshoeplaque.com/history.html
http://www.horseshoeplaque.com/order.html


Note: I am just using simple html, and tables, with a basic template that uses div's.

Any help would be greatly appreciated!

Thanks!

Last edited by bellasara; 07-25-2008 at 10:15 PM..
bellasara is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-26-2008, 11:15 AM Re: Page will not render in IE 6 correctly. Please Help!!!!
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
At least part of the problem is that you're triggering IE's doubled-float margin bug. That bug happens when you float an element and then put a margin on that same element that goes in the same direction as the float - ie. float:right with a right margin. This is exactly what you've got with the #side div.

What you need to do to fix it is add display:inline to #side, but you need to add that to a separate css file only for IE and you need to use conditional comments to call that separate css file. Only IE will read it.

For more on IE bugs - www.positioniseverything.net
__________________
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
 
Reply     « Reply to Page will not render in IE 6 correctly. Please Help!!!!
 

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.15203 seconds with 12 queries