Web Design and Development Forums

ie 5.5 and ie 6 display problems

This is a discussion on "ie 5.5 and ie 6 display problems" within the CSS Forum section. This forum, and the thread "ie 5.5 and ie 6 display problems are both part of the Design Your Website category.


Go Back   Webforumz.com > Design Your Website > CSS Forum

Welcome to Webforumz.com.
Register Now Register now!

Reply
 
LinkBack Thread Tools Rate Thread
Old May 6th, 2008, 09:02   #1 (permalink)
Junior Member
 
Join Date: Apr 2008
Location: uk
Age: 23
Posts: 36
ie 5.5 and ie 6 display problems

hi im using a css styled unordered list for my fly out navigation but it is not working just in these browser, is this a know issue and if so is there a quick fix?? it is menu1 in particular that has issues and im using conditional comments to include an ie6 and above css page, ive tried changing the comments to include 5.5 but no avail???

navigation css
Code: Select all
/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.textright {text-align:right;}
.menu {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 width:170px;
 height:340px;
 position:relative;
 margin:0px;
 font-size:11px;
 font-weight:normal;
 line-height:normal;
}
.menu ul li a, .menu ul li a:visited {
 display:block;
 text-decoration:none;
 color:#fff;
 width:170px;
 height:25px;
 text-align:left;
 background:#000;
 line-height:20px;
 font-size:11px;
 border:1px #ffffff;
}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {margin-right:1px; position:relative;}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#000;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:170px; width:170px;}
.menu ul li:hover ul li a.hide {background:#000; color:#fff;}
.menu ul li:hover ul li:hover a.hide {width:170px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#000; color:#fff; width:170px;}
.menu ul li:hover ul li a:hover {background:#000; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:170px; top:0; color:#fff;}
.menu ul li:hover ul li:hover ul li a {display:block; width:170px; background:#000; color:#fff;}
.menu ul li:hover ul li:hover ul li a:hover {background:#000; color:#fff;}
/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu1 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 width:800px;
 height:20px;
 position:relative;
 font-size:11px;
 z-index:100;
}
.menu1 ul li a, .menu1 ul li a:visited { display:block; text-decoration:none; color:#000; width:114px; height:20px; text-align:left; color:#fff; line-height:20px; font-size:11px; overflow:hidden; background-color: #000000;}
.menu1 ul {padding:0; margin:0; list-style: none;}
.menu1 ul li {float:left; position:relative;}
.menu1 ul li ul {display: none;}
/* specific to non IE browsers */
.menu1 ul li:hover a {color:#fff; background:#000;}
.menu1 ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:130px;}
.menu1 ul li:hover ul li a.hide {background:#000; color:#fff;}
.menu1 ul li:hover ul li:hover a.hide {background:#000; color:#fff;}
.menu1 ul li:hover ul li ul {display: none;}
.menu1 ul li:hover ul li a {display:block; background:#000; color:#fff;}
.menu1 ul li:hover ul li a:hover {background:#000; color:#fff;}
.menu1 ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu1 ul li:hover ul li:hover ul.left {left:-105px;}
if ie6 navigation css
Code: Select all
/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
table {border-collapse:collapse; border:0; margin:0; padding:0;}
.menu ul li a.hide, .menu ul li a:visited.hide {display:none;}
.menu ul li a:hover ul li a.hide {display:none;}
.menu ul li a:hover {color:#fff; background:#000;}
.menu ul li a:hover ul {display:block; position:absolute; top:0; left:170px; width:175px;}
.menu ul li a:hover ul li a.sub {background-color:#000; background:#000; color:#fff;}
.menu ul li a:hover ul li a {display:block; background:#000; color:#fff; width:170px;}
.menu ul li a:hover ul li a ul {visibility:hidden;}
.menu ul li a:hover ul li a:hover {background:#000; color:#fff;}
.menu ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:170px; top:0; color:#fff;}
.menu ul li a:hover ul li a:hover ul li a {display:block; width:175px; background:#000; color:#fff;}
.menu ul li a:hover ul li a:hover ul li a:hover {background:#000; color:#fff;}
/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu1 ul li a.hide, .menu ul li a:visited.hide {display:none;}
.menu1 ul li a:hover ul li a.hide {display:none;}
.menu1 ul li a:hover {color:#fff; background:#000;}
.menu1 ul li a:hover ul {display:block; position:absolute; top:21px; left:0; width:114px;}
.menu1 ul li a:hover ul li a.sub {background:#000; color:#fff;}
.menu1 ul li a:hover ul li a {display:block; background:#000; color:#fff;}
.menu1 ul li a:hover ul li a ul {visibility:hidden;}
.menu1 ul li a:hover ul li a:hover {background:#000; color:#fff;}
.menu1 ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:114px; top:0; color:#000;}
.menu1 ul li a:hover ul li a:hover ul.left {left:-114px;}
bonnit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 6th, 2008, 09:12   #2 (permalink)
Section Manager -
Website Critique
 
welshstew's Avatar
 
Join Date: May 2007
Location: inside the outside
Posts: 1,094
Blog Entries: 10
Re: ie 5.5 and ie 6 display problems

I wouldn't bother with ie 5.5, as it only has 1% of users worldwide:
http://www.w3schools.com/browsers/browsers_stats.asp

I wish we didn't have to bother with ie6 either, but hey, we will get there one day
__________________
WelshStew
Section Manager

tierney rides tboard - uk site : xtreme wales - extreme clothing
welshstew is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 6th, 2008, 10:34   #3 (permalink)
drd
 
Join Date: Dec 2005
Location: Hampshire, England, UK
Age: 28
Posts: 62
Re: ie 5.5 and ie 6 display problems

Yeah IE5.5 is too much trouble for such little gain, at some point that 1% will be forced to upgrade!
__________________
Cheers, Dave
www.davereederdesign.com
drd is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 6th, 2008, 11:23   #4 (permalink)
Up'n'Coming Member
 
Join Date: Apr 2008
Location: Or-Yehuda, Israel
Age: 60
Posts: 88
Re: ie 5.5 and ie 6 display problems

In the last few months I have had no reports of IE5 or 5.5 accessing any of my sites.
IE6 is down to less than 3% in the US and Europe.
shalom_m is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 6th, 2008, 12:52   #5 (permalink)
Junior Member
 
Join Date: Apr 2008
Location: uk
Age: 23
Posts: 36
Re: ie 5.5 and ie 6 display problems

yeah only problem is im doing a website for someone else and they just so happen to have ie6 and so does the person that reported the fault grrrrr! what are the chances in that
bonnit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 6th, 2008, 12:59   #6 (permalink)
Junior Member
 
Join Date: Apr 2008
Location: uk
Age: 23
Posts: 36
Re: ie 5.5 and ie 6 display problems

sorry for double post but cant edit....these are the stats from my web host

1Yahoo Robot (www.yahoo.com)1925.00%2Internet Explorer 6.01418.42%3Firefox 2.0810.53%4Google Robot (www.google.com)810.53%5Mozilla 567.89%6Opera 9.267.89%7Internet Explorer 7.033.95%8Netscape22.63%9Safari22.63%10Alexa Robot (www.alexa.com)11.32%11Internet Explorer11.32%12Internet Explorer 4.011.32%13Internet Explorer 5.011.32%14Internet Explorer 5.511.32%15Konqueror 3.511.32%16MSN Robot (search.msn.com)11.32%17SeaMonkey 1.111.32%
bonnit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 6th, 2008, 13:22   #7 (permalink)
Up'n'Coming Member
 
Join Date: Apr 2008
Location: Or-Yehuda, Israel
Age: 60
Posts: 88
Re: ie 5.5 and ie 6 display problems

Quote:
Originally Posted by bonnit View Post
sorry for double post but cant edit....these are the stats from my web host

1Yahoo Robot (www.yahoo.com)1925.00%2Internet Explorer 6.01418.42%3Firefox 2.0810.53%4Google Robot (www.google.com)810.53%5Mozilla 567.89%6Opera 9.267.89%7Internet Explorer 7.033.95%8Netscape22.63%9Safari22.63%10Alexa Robot (www.alexa.com)11.32%11Internet Explorer11.32%12Internet Explorer 4.011.32%13Internet Explorer 5.011.32%14Internet Explorer 5.511.32%15Konqueror 3.511.32%16MSN Robot (search.msn.com)11.32%17SeaMonkey 1.111.32%
I don't doubt it, but is that for the last month or the last 3 years?
shalom_m is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 6th, 2008, 13:25   #8 (permalink)
Junior Member
 
Join Date: Apr 2008
Location: uk
Age: 23
Posts: 36
Re: ie 5.5 and ie 6 display problems

thats for beginning of may 08, so thats a bit of a bugger cos it means i actually do have an audience of crappy web browser users lol. i ve looked on a number of other scripts and they use javascript to get around it, is there not a css fix?
bonnit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 6th, 2008, 18:45   #9 (permalink)
Up'n'Coming Member
 
Join Date: Apr 2008
Location: Or-Yehuda, Israel
Age: 60
Posts: 88
Re: ie 5.5 and ie 6 display problems

Both scripts are from cssplay.
I have found Stu Nicholls very cooperative. I suggest you drop him a line and ask.
shalom_m is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old May 6th, 2008, 21:46   #10 (permalink)
Junior Member
 
Join Date: Apr 2008
Location: uk
Age: 23
Posts: 36
Re: ie 5.5 and ie 6 display problems

will do thanks for the advice
bonnit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help: display problems with flash and dhtml on same page watchinthegame JavaScript Forum 1 Mar 5th, 2008 02:14
Help: display problems with flash and dhtml on same page watchinthegame Accessibility and Usability 0 Mar 4th, 2008 21:49
Site display problems please help soccerstar HTML Forum 2 Oct 4th, 2006 03:34
cannot display, help. Ascalon CSS Forum 3 May 18th, 2006 02:51
Website Display Problems frozen HTML Forum 6 Dec 1st, 2005 22:21



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 18:09.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59