| Forum |
|
|||||||
| Chit-Chat General discussions about anything that doesn't fit into the other sections to be had here |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
CAFEBABE
Join Date: Mar 2008
Location: Bangalore
Posts: 474
|
Being a web developer I'm having to suffer every single day thanks to IE. Developing a web app and making it render as I wish is dead simple on every single browser (including FF, Opera, Chrome and Safari). But after that several minutes and sometimes even hours have to be spent to find workarounds for IE's half arsed rendering brain. I had to suffer one such situation recently. Something as simple as this is not supported on IE (not even in IE 7). WTF is it so? Code:
<html>
<head>
<title>Demo Page</title>
<style type="text/css">
.btn {
border: 1px solid black;
background-color: green;
color: white;
}
.btn[disabled] {
background-color: gray;
}
</style>
</head>
<body>
<input type="button" value="Enabled" class="btn" />
<input type="button" value="Disabled" disabled="true" class="btn" />
</body>
</html>
__________________
Chandru http://tuxychandru.blogspot.com |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Jai Suresh
Join Date: Aug 2004
Location: Vellore, TN
Posts: 578
|
IE never respects and standards completely. Designers around the world should stop writing specific code for IE. I am also suffering with similar problems (styles) for the past three days, just to make the design similar (not even exact) in all browsers.
Whatever tweak I make, the design is mostly similar in Firefox, Opera and even Chrome. But IE really sucks that way. Even when I have to use JavaScript, I have to code separately for IE. |
|
|
|
|
#7 (permalink) |
|
Jai Suresh
Join Date: Aug 2004
Location: Vellore, TN
Posts: 578
|
You said boring! Here are two samples:
1. http://www.cssplay.co.uk/ 2. http://www.csszengarden.com/ Visit and have a good look and then say. |
|
|
|
|
#8 (permalink) |
|
Cool as a CUCUMBAR ! ! !
Join Date: Dec 2003
Posts: 5,002
|
ohh comeon ..... been doing it 4 a longtime .... bored of typing css instead tried
css maker - nice softy, same as editors ..... just place whot u want & voila its done ... bt css doesnt showup same in all browsers ... thats pretty boring ..... & some ppl disable .css & .jsp files 4 browsers also .... so here, ur site goes haywire ...
__________________
... W H O T ... |
|
|
|
|
#10 (permalink) |
|
CAFEBABE
Join Date: Mar 2008
Location: Bangalore
Posts: 474
|
AFAIK no browser allows disabling CSS by default. If user installs some add-on to strip CSS or even worse replace it with his own and the site looked broken, it is his problem not the designer's.
__________________
Chandru http://tuxychandru.blogspot.com |
|
|
|
|
#11 (permalink) |
|
>:)I-):(|)8-X
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,512
|
The button is disabled in my computer on IE, except that the color is still green but still disabled.
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps UL |
|
|
|
|
#12 (permalink) | |
|
CAFEBABE
Join Date: Mar 2008
Location: Bangalore
Posts: 474
|
Quote:
__________________
Chandru http://tuxychandru.blogspot.com |
|
|
|
|
|
#14 (permalink) |
|
>:)I-):(|)8-X
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,512
|
^^ +1
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps UL |
|
|
|
|
#16 (permalink) |
|
The Devil's Advocate
Join Date: Mar 2006
Location: Masti Ki Paathshaala
Posts: 7,015
|
Here are some posts on CSS by the IE team on the official IE blog. See if it helps with anything.
I don't know anything about CSS and or IE's handling of the same. Just sharing a link if it helps.
__________________
"The problem that shows up with the three red lights on the console is a complex interaction with some very complex parts.” - Robbie Bach http://beingmanan.com twitter: manan | Last.FM: manan |
|
|
|
|
#17 (permalink) |
|
Right Off the Assembly Line
Join Date: Sep 2008
Posts: 18
|
The world still awaits an absoultely extensible and yet stable browser, opera, chrome, Firefox, and IE all put together in the best form!
__________________
Edge-Of-Chaos www.tatasky-dth.blogspot.com Be the change you seek in others! |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|