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 Browser compatibility
Old 04-30-2010, 05:09 AM IE 6 Browser compatibility
Junior Talker

Posts: 1
Trades: 0
IE6 is mess browser compatibility of the page. What is the most suitable way for set Compatibility with IE6. crikeywebs.com

Thank you..

Last edited by chrishirst; 04-30-2010 at 01:17 PM..
johnsm is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-30-2010, 01:12 PM Re: IE 6 Browser compatibility
Extreme Talker

Posts: 246
Name: Patric
Trades: 0
What's wrong with it? I'm looking at the site in IE 6 and am not seeing any noticeable issues.

I hate IE6 as much as anybody, and often try to make it so that my sites are compatible, but as someone pointed out to me recently - we MUST stop supporting IE6 or it will never die. The thing is almost a decade old...
Reckoner is offline
Reply With Quote
View Public Profile
 
Old 04-30-2010, 01:15 PM Re: IE 6 Browser compatibility
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,376
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
The thing is almost a decade old...
and been a bag of crap from day ONE!!!
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-30-2010, 01:57 PM Re: IE 6 Browser compatibility
blue-dreamer's Avatar
King Spam Talker

Posts: 1,222
Location: Middle England
Trades: 0
^ yep, and the more people that try to accomodate it's quirks the slower it will go away.
blue-dreamer is offline
Reply With Quote
View Public Profile
 
Old 05-03-2010, 12:38 PM Re: IE 6 Browser compatibility
Novice Talker

Posts: 9
Name: Jake
Trades: 0
Maybe not worth troubling your head with IE6. Try using this code:

Quote:
<?php
$browser
= $_SERVER['HTTP_USER_AGENT'];

//running internet explorer
if($msie = strpos($browser, "MSIE"))
{
//version number
$ver = substr($browser, $msie + 5, 3);

if(
$ver < 7.0)
{
echo
'
Welcome!
<br /><br />
It appears you\'re using Microsoft Internet Explorer '
.$ver.'.
<br />
Since Microsoft does not wish to fix this ancient and bug-ridden browser, the developer of this site has refused to support it.
<br /><br />
Before you can proceed to this site you will need to upgrade to a modern browser, such as FireFox or Internet Explorer 7.
'
;
exit();
}
}
?>
ExPoint is offline
Reply With Quote
View Public Profile
 
Old 05-03-2010, 09:53 PM Re: IE 6 Browser compatibility
Marik's Avatar
Skilled Talker

Posts: 99
Trades: 0
You should only worry about making your site compatible with IE6 if your website will attract a large demographic that is prone to using that particular browser.

For example, if your site sells rascal scooters you may want to put in the effort to make your site compatible.

Some people just take a look at the w3 browser statistics and think that since the number of IE6 users are decreasing by the day, that it isn't nessecary to make their site's compatible. Although the current percentage of IE6 users amount to only 7.9%, your site (if it appeals to those of a certain demographic may have predominantly IE6 users among the audience).

It all depends on your website, at the web development firm where I work, we disregard IE6 comparability except for blue collar business sites.

btw a lot of people have no other choice when they surf the net from work and school computers which are on networks run by lazy administrators who don't like to update
Marik is offline
Reply With Quote
View Public Profile
 
Old 05-03-2010, 09:56 PM Re: IE 6 Browser compatibility
Marik's Avatar
Skilled Talker

Posts: 99
Trades: 0
Quote:
Originally Posted by ExPoint View Post
Maybe not worth troubling your head with IE6. Try using this code:
It would be more ironic to send that message with IE6 conditional comments :

HTML Code:
<!--[if IE 6]>
Welcome!
<br /><br />
It appears you're  using Microsoft Internet 
Explorer 6.
<br />
Since Microsoft does not wish to fix this 
ancient and bug-ridden  browser, the developer of this site has refused 
to support it.
<br /><br />
Before you can  proceed to this site you will 
need to upgrade to a modern browser, such  as FireFox or Internet 
Explorer 8.                        
<![endif]-->

Last edited by Marik; 05-03-2010 at 09:57 PM..
Marik is offline
Reply With Quote
View Public Profile
 
Old 05-04-2010, 02:13 PM Re: IE 6 Browser compatibility
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
I wouldn't be quite so curt with your statement of non-support. We have taken the approach to make the CONTENT well formatted and visible for ALL browsers, but do not display any other type of styling - no graphics, no floats, etc. -- content only - and display a disclaimer that they are seeing the downgraded site because they are using an older version of a browser that we can no longer support - then recommend that they upgrade to a newer, better 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
 
Reply     « Reply to IE 6 Browser compatibility
 

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