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.

CSS Forum


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



Reply
Old 11-15-2006, 02:45 AM IE6 Problems
Skilled Talker

Posts: 54
Name: Shannon
Trades: 0
Here is my dilemma, These are the 2 pages
http://www.ecarttemplates.com/webHosting.php
http://www.ecarttemplates.com

webHosting.php problem there should be 3 rows of information. displayed in IE6 it shifts the information to the left.

With the main page there should be text saying Welcome Guest [Login | Register] | Register as Contributor Just below the top menu.

In every browser, IE7, Firefox 2.0, Opera 9, Mozilla, Netscape it works except for IE6.

The CSS is pretty large for these pages. let me know if someone has any pointers.

I did find a problem with IE7 overflowing 2 containers because of invalid size.

Thanks for any help.
__________________

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


Please login or register to view this content. Registration is FREE
shannonlp is offline
Reply With Quote
View Public Profile Visit shannonlp's homepage!
 
 
Register now for full access!
Old 11-15-2006, 11:13 AM Re: IE6 Problems
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Your problem with IE 6 is the double-float margin bug. Now that IE 7 is out, you're going to have to use conditional comments to target the hacks necessary to make IE 6 and below behave. I now use 3 CSS files for every page - my main CSS, an iefixes file for IE6 and below hacks, and ie7fixes for anything we're going to need for IE 7.

The double-float margin bug happens when you have a floated element - your columns and LI items, and you add a margin in the same direction as your float, ie. float:left and a margin-left value. To stop this from happening, you need the a hack... add display: inline for those elements with left floats and left margins. Because IE is doubling your left margins on the floats, you're getting float drop.
__________________
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 IE6 Problems
 

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