TalkPHP

TalkPHP (http://www.talkphp.com/forums.php)
-   XHTML, HTML, CSS (http://www.talkphp.com/xhtml-html-css/)
-   -   Apparently IMDB is also aware that IE sucks... (http://www.talkphp.com/xhtml-html-css/1664-apparently-imdb-also-aware-ie-sucks.html)

bdm 12-08-2007 03:53 AM

Apparently IMDB is also aware that IE sucks...
 
css Code:
<div id="nb15iesux">

Wildhoney 12-08-2007 04:09 AM

Lol! Classic. I wonder what that solves then. I don't actually intentionally make my websites IE5 compatible - there's only so far you can sensibly go back.

CoryMathews 12-08-2007 04:39 AM

if you were to make it ie5 compatible doesnt that mean almost no css?

Jay 12-08-2007 06:11 AM

It's not actually hard to make a site IE compatible:

HTML Code:

<!--[IF IE]>
<script type="text/css">
 /** IE CSS can be in here --
    CSS stuff can be declared twice without any trouble,
    just make sure this is defined after the Opera/Safari/NS/Fx stuff ;)
 **/
</script>
<![endif]-->

Read More: http://www.quirksmode.org/css/condcom.html

Haris 12-08-2007 10:44 AM

Quote:

Originally Posted by Jay (Post 5857)
It's not actually hard to make a site IE compatible:

HTML Code:

<!--[IF IE]>
<script type="text/css">
 /** IE CSS can be in here --
    CSS stuff can be declared twice without any trouble,
    just make sure this is defined after the Opera/Safari/NS/Fx stuff ;)
 **/
</script>
<![endif]-->

Read More: http://www.quirksmode.org/css/condcom.html

But then, there are different rules for IE5, IE6 and IE7. :-|

Who codes for IE5? *!*

Jay 12-08-2007 11:35 AM

Quote:

Originally Posted by Haris
Who codes for IE5?

I will, if you pay me for it ;-)

Yea, I know.. it's a pain, but you could always do:

HTML Code:

<!--[IF IE 5]
IE 5
<![endif]-->


<!--[IF IE 6]
IE 6
<![endif]-->


<!--[IF IE 7]
IE 7
<![endif]-->


sketchMedia 12-08-2007 01:23 PM

<rant>
i think its about time we stopped coding for anything lower than IE7, people need to be weened of crappy browsers (not that IE7 is any better), my thoughts are that if my site doesnt work on IE5 then tough, they should update more often or just d/l firefox or opera.

In my opinion that because so many developers are coding for crap browsers it is adding to the slowness of acceptence new technologies in the web development world because people think that they dont need to get a new browser because IE5 works fine, as was said in another post about HTML 5, it will add loads of new stuff that will cut down my work load but because there are still idiots around who complain that it doesnt work on IE3 we wont see HTML 5 for many many many years, not in main stream development anyway, it angers me.

And i think its time that we took a stand on this instead of moaning and applying dodgey CSS hacks left right and center
</rant>
That wasnt aimed at anyone in particular <3

d4v1d 12-08-2007 02:09 PM

Quote:

Originally Posted by gcbdm (Post 5851)
css Code:
<div id="nb15iesux">

lol

I don't think that is referring to IE5 at all... all of IMDB's div tags are prefixed with "nb15"

So, it's just a general statement that IE sucks ;-)

CMellor 12-08-2007 03:30 PM

lol, that's ace.

Someone should make a public service announcement about upgrading their browsers for the good of mankind!


All times are GMT. The time now is 05:23 PM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0