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
IE 6 spoiling my layout
Old 09-04-2008, 10:16 AM IE 6 spoiling my layout
Average Talker

Posts: 20
Trades: 0
Hi

I got a Joomla website template and redesigned it to suit my needs. Everything was just perfect when I saw the site on IE 6, Windows. The site is doing fine on FireFox 3 on Mac, but is showing problems in IE 6. I need help to fix the problem. Please visit the site here and see it first in FireFox and than in IE.

Thanx
Max
Maxal is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-04-2008, 11:38 AM Re: IE 6 spoiling my layout
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
I don't see any HUGE problems, but I do see some minor inconsistencies.
Things to check:
IE6 doesn't support min/max width/height, you need to feed IE6 a fixed width and you should use conditional comments and a separate IE6-only stylesheet to do it.

Watch out for the doubled-float margin bug - if you have an element floated left or right, and it also has a margin going in the same direction as the float, IE6 will DOUBLE that margin value. Setting that element to display:inline will fix that - and again that should go in that separate stylesheet.
__________________
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 09-04-2008, 12:47 PM Re: IE 6 spoiling my layout
Average Talker

Posts: 20
Trades: 0
If excusive stylesheet for IE is the only way to get around the problems, I will try to do so. Thanx for your input.

Separately, is there anyway to test website for IE/PC designed on a Mac? I develop my sites on Mac and want to test them on IE also. But IE for Mac is stuck on 5.3. Is there any Mac browser which works on IE lines?

Thanx again LadynRed
Maxal is offline
Reply With Quote
View Public Profile
 
Old 09-04-2008, 03:35 PM Re: IE 6 spoiling my layout
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Quote:
is there anyway to test website for IE/PC designed on a Mac?
Don't even waste your time. IE for the MAC is long DEAD. Most people with a Mac will be using a much more modern browser.
__________________
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 09-04-2008, 09:32 PM Re: IE 6 spoiling my layout
Average Talker

Posts: 19
Trades: 0
I liked it; however it took some time to load - along time. Cable - 12 seconds.
__________________

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

Complain about anything and get results. Blow off some steam and yell to the world right now!
moldytoast is offline
Reply With Quote
View Public Profile
 
Old 09-05-2008, 12:06 AM Re: IE 6 spoiling my layout
Average Talker

Posts: 20
Trades: 0
Quote:
Originally Posted by LadynRed View Post
Don't even waste your time. IE for the MAC is long DEAD. Most people with a Mac will be using a much more modern browser.
No, actually I guess I couldn't state it correctly. I do not care for IE on Mac. My problem is that since I am developing a website on a Mac, I can't check what my site would be doing in IE. I also cannot install Paralells Desktop or VM since my mac is a PPC.

Coming back to the original topic, LadynRed, I have set two rules in the head of my template. But they do not seem to be working:

Code:
<!--[if lte IE 6]>
<style type="text/css">
.clearfix {height: 1%;}
img {border: none;}
</style>
<![endif]-->

<!--[if gte IE 7.0]>
<style type="text/css">
.clearfix {display: inline-block;}
</style>
<![endif]-->
I guess I am lost
Maxal is offline
Reply With Quote
View Public Profile
 
Old 09-05-2008, 09:21 AM Re: IE 6 spoiling my layout
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Quote:
My problem is that since I am developing a website on a Mac, I can't check what my site would be doing in IE.
http://browsershots.org and also:
http://www.browsercam.com/

I'm sure there are others as well.

I find the latter one to be faster, though I'm sure if you pay the 15 dollars per month, browsershots is pretty fast also. Browsercam gives you 200 shots for free, then they try to get you sign up for a paid account. Since I develop on a PC, and have a laptop to do IE6 testing, I almost never use them. Since the new PC version of Safari is almost exactly like the Mac version (albeit rather slow), mac testing is pretty easy for me.
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 09-05-2008, 09:59 AM Re: IE 6 spoiling my layout
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Ok, and which bug did you find you triggered that you needed the height: 1% ?
__________________
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 09-05-2008, 01:30 PM Re: IE 6 spoiling my layout
Average Talker

Posts: 20
Trades: 0
Actually I haven't created this stylesheet. I have only modified it a bit to suit my needs. I am attaching the stylesheet with this reply. Since .css is not allowed to upload, I have made it .txt. Please have a look at the stylesheet and see what's wrong with it. You have already seen the site in IE and you know what the problem is. Thanx again LadynRed
Attached Files
File Type: txt template.txt (19.2 KB, 2 views)
Maxal is offline
Reply With Quote
View Public Profile
 
Old 09-05-2008, 11:12 PM Re: IE 6 spoiling my layout
Average Talker

Posts: 20
Trades: 0
I have worked out almost all the inconsistencies without supplying the site an IE-specific stylesheet, but still one problem is puzzling me. If you see the top Kwick menu in FF, it's perfectly occupying the whole width whereas if you see it in IE, the entire right-side column has edged out 14px to right side. I need to know how could I fix that right-side column to move further to right in IE. Waiting for help

Last edited by Maxal; 09-05-2008 at 11:18 PM..
Maxal is offline
Reply With Quote
View Public Profile
 
Old 09-09-2008, 06:39 AM Re: IE 6 spoiling my layout
Experienced Talker

Posts: 42
Trades: 0
I m getting the same problem on css templates also, I hate IE... It should be deleted worldwide... I don't have any problem with Firefox...
__________________

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

extraspecial is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to IE 6 spoiling my layout
 

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.69431 seconds with 13 queries