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 10-06-2009, 04:16 PM IE6 Viewing Issue
Skilled Talker

Posts: 68
Trades: 0
Can anyone tell me why the site isn't showing correctly in IE6. The nav is pushing to the bottom. I have cleared the divs and am going nutbar. The site is http://www.aaa.ca Here is a screen shot of what shows -
kayla2 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-06-2009, 05:11 PM Re: IE6 Viewing Issue
Skilled Talker

Posts: 66
Trades: 0
I have the same issue going on for one of my sites. It only occurs in IE 6. Likewise, I have cleared my divs but it still is showing up strange in IE 6 only.

www.iongeo.com/innovationatwork
Mikeface is offline
Reply With Quote
View Public Profile
 
Old 10-06-2009, 05:27 PM Re: IE6 Viewing Issue
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
This is classic float drop - the elements are too wide to fit in the available space. This is usually caused by a misunderstanding of the box model, and a sometimes IE bugs. It is best to avoid putting both margins and padding on floated divs, you're asking for IE to choke. Use padding on the CONTENTS of a div to add white space, most notably put it on your paragraphs. The use of that padding div -- is not a good idea,it only ADDS to the overall width.

As I think I mentioned before, if you are going to float a div, you MUST give it a defined width, even if it's a percentage, you NEVER want the browser to do the calculating.

In addition, IE6 has issues with very tight layouts, so you may have to tweak your widths a few pixels, using conditional comments and a separate ie-only css file, to make the adjustments.
__________________
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 10-06-2009, 06:13 PM Re: IE6 Viewing Issue
Skilled Talker

Posts: 66
Trades: 0
Thanks Lady, I expanded the width just a few pixels for my case and that seemed to do the trick.
Mikeface is offline
Reply With Quote
View Public Profile
 
Old 10-22-2009, 04:40 PM Re: IE6 Viewing Issue
Skilled Talker

Posts: 68
Trades: 0
Thanks. I put widths on the divs, and then just testing, took out the main blue navigation at the top and it worked without it. I can't figure out what it is with the nav. I tried shortening in in pixels and it didn't seem to make any difference. Is there something there you can spot? Thank you!
kayla2 is offline
Reply With Quote
View Public Profile
 
Old 11-18-2009, 07:20 PM Re: IE6 Viewing Issue
Skilled Talker

Posts: 68
Trades: 0
Just hoping to follow up with this and see if anyone has any additional suggestions. Thanks!
kayla2 is offline
Reply With Quote
View Public Profile
 
Old 11-19-2009, 12:38 PM Re: IE6 Viewing Issue
Extreme Talker

Posts: 218
Name: Patric
Trades: 0
Perhaps try to just expand the width of #content and #right by a few pixels.

I just tried this myself using the same styles and content of your site to test it out, and and it worked for me in IE6.

FYI, the dropdown features of your site do not work either in IE 6. I would suggest re-structuring the nav so that the dropdowns will work cross browsers.

Here is a site that has a good example of one:
http://www.cssplay.co.uk/menus/basic_dd.html
Reckoner is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to IE6 Viewing Issue
 

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