TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 07-27-2008, 09:19 PM   #1 (permalink)
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default Internet Explorer 8

I have this site that I was just checking. It works in EVERY browser, and I mean every one. Including IE5.5 and 6. Guess what it didn't work on? Internet explorer 8. Microsoft just needs to know when to stop.
__________________
Signatures are nothing but incriminating.
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote
Old 07-27-2008, 09:58 PM   #2 (permalink)
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

There's an 8 out now? What? Did they realize that when FF3 came out almost everybody had it in about 2 hours flat and that their market share is now 75%?

haha.
-m
delayedinsanity is offline  
Reply With Quote
Old 07-27-2008, 09:58 PM   #3 (permalink)
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

Oh nevermind, it's still in beta... just like Windows Vista.
delayedinsanity is offline  
Reply With Quote
Old 07-28-2008, 02:25 AM   #4 (permalink)
The Contributor
 
ryanmr's Avatar
 
Join Date: Jun 2008
Location: Twin Cities, Minnesota, USA
Posts: 44
Thanks: 3
ryanmr is on a distinguished road
Default

Internet Explorer 8 beta 1 came out a few months ago and didn't do well with any of the Acid tests. Apparently, Microsoft's excuse for the long delay between beta 1 and beta 2, which is coming August, was because of enormous developer feedback.

IE 8 Beta 1
ryanmr is offline  
Reply With Quote
Old 07-28-2008, 02:27 AM   #5 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

I could see developers' feedback, stuff like "f*ck you Bill Gates" and "Just endorse FireFox already!"
__________________

Village Idiot is offline  
Reply With Quote
Old 07-28-2008, 02:33 AM   #6 (permalink)
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

"Did your grandma code this? My grandma can code better than this, she invented Basic."
delayedinsanity is offline  
Reply With Quote
Old 07-28-2008, 03:32 AM   #7 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

IE & Opera I hate with a passion.
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 07-28-2008, 06:24 AM   #8 (permalink)
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 335
Thanks: 2
Enfernikus is on a distinguished road
Default

The newest Opera does higher then any browser save Safari on the acid3 test.
Enfernikus is offline  
Reply With Quote
Old 07-28-2008, 06:50 AM   #9 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by Enfernikus View Post
The newest Opera does higher then any browser save Safari on the acid3 test.
yet, theres conflicts with height property
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 07-28-2008, 11:03 AM   #10 (permalink)
The Contributor
 
Ross's Avatar
 
Join Date: Jan 2008
Location: England, UK
Posts: 83
Thanks: 3
Ross is on a distinguished road
Default

All my things seem to work in IE8, I guess I'm just a God :P Seriously, I only check in IE8 as an afterthought, the rendering engine will probably change a bit before it's released anyway.
Ross is offline  
Reply With Quote
Old 07-28-2008, 12:08 PM   #11 (permalink)
The Addict
 
CoryMathews's Avatar
 
Join Date: Nov 2007
Location: USA
Posts: 256
Thanks: 7
CoryMathews is on a distinguished road
Default

Its all about standards. Opera has the best IE has the worst. Just stop using hacks and you shouldn't be having any problems. In any browsers. Aaron if your page is rendering correctly in IE 5.5 its no wonder it doesnt work in IE8. IE 5.5 bearly knows what css is, and IE8 is getting closer to having css2 support.
CoryMathews is offline  
Reply With Quote
Old 07-28-2008, 01:19 PM   #12 (permalink)
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

Quote:
Just stop using hacks
Nothing personal, but I'm so tired of hearing that.

It has nothing to do with hacks. Internet Explorer can't handle valid CSS, period.
-m
delayedinsanity is offline  
Reply With Quote
Old 07-28-2008, 01:35 PM   #13 (permalink)
The Addict
 
CoryMathews's Avatar
 
Join Date: Nov 2007
Location: USA
Posts: 256
Thanks: 7
CoryMathews is on a distinguished road
Default

Right it doesnt handle all css but it will handle most. FF2 didnt handle much css either. It wasnt until ff3 that it really could handle css well, I had more problems with FF2 then IE7. Problem is people use a css hack to get it to work in ie6, that hack in turn breaks ie7. So they make another hack for that ie7 bug which breaks IE8.
CoryMathews is offline  
Reply With Quote
Old 07-28-2008, 02:04 PM   #14 (permalink)
The Contributor
 
Ross's Avatar
 
Join Date: Jan 2008
Location: England, UK
Posts: 83
Thanks: 3
Ross is on a distinguished road
Default

I have more problems in IE7 than FF2 :S

What do you use to check it as you're coding it? I use FF2 in production then check in IE7 aftwerwards.

Quote:
Originally Posted by CoryMatthews View Post
IE8 is getting closer to having css2 support
CSS2!? I thought they were moving on to CSS3 by now. Jesus...
Ross is offline  
Reply With Quote
Old 07-28-2008, 04:27 PM   #15 (permalink)
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 335
Thanks: 2
Enfernikus is on a distinguished road
Default

Well actually IE6 supported some flavor of CCS3 (I read it on CCS3.info) but only one or two features. Right now the current leaders in support for CCS3 are Safari, FF3, and Opera. Matthews is right though, I write my valid CSS and usually don't have any problems in IE7 aside from a few margin errors that are tweaked out easily enough.
Enfernikus is offline  
Reply With Quote
Old 07-28-2008, 05:23 PM   #16 (permalink)
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

Quote:
FF2 didnt handle much css either
Not even close to being a true statement.
delayedinsanity is offline  
Reply With Quote
Old 07-28-2008, 06:57 PM   #17 (permalink)
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

Case in point #4,674: I have a button with non-breaking spaces in it, as well as white-space: nowrap defined, and Exploder has decided to take it upon itself to add a line break, right where my non-breaking space is.

I f*ng hate Exploder. I really do.
-m
delayedinsanity is offline  
Reply With Quote
Old 07-29-2008, 09:38 PM   #18 (permalink)
The Frequenter
Zend Certified 
 
Join Date: Sep 2007
Location: Denmark
Posts: 352
Thanks: 8
Kalle is on a distinguished road
Default

Or you could just put this IE8 quick in for now:

HTML Code:
<meta http-equiv="X-UA-Compatible" content="IE=7" />
=P
__________________
Send a message via MSN to Kalle Send a message via Skype™ to Kalle
Kalle is offline  
Reply With Quote
Old 07-29-2008, 09:55 PM   #19 (permalink)
is cute and cuddly
 
delayedinsanity's Avatar
 
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
delayedinsanity is on a distinguished road
Default

On the plus side, and not that my sites are any major portion of the internet, but since the release of FF3, I've been watching the stats on 3 seperate sites slide slowly away from a 50/50 share to nearly 75/25 in favour of Firefox. Goooooo Firefox!
-m
delayedinsanity is offline  
Reply With Quote
Old 07-30-2008, 11:46 AM   #20 (permalink)
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

And even better yet, 20% could be companies and schools!
__________________
Signatures are nothing but incriminating.
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 09:16 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design