vote up 0 vote down star

We all know IE 6 and 7 has many CSS bugs but it all helped me to learn CSS better in many cases , what u think ? In the process of finding and solving CSS bugs i understood CSS relation with browser. it helped me a lot to develop my CSS mentality and skills.

flag

42% accept rate
5  
Getting sent to Guantanamo Bay would probably teach me more about torture but that doesn't make it a good idea. – cletus Nov 7 at 7:21
lol! I'm suing you for alcohol abuse making me spit my drink all over and suffer from the embarassment afterwords. – Kevin Peno Nov 7 at 7:25
people taking my view negativly. my point was different and positive about on IE bug. for example, I learned about CSS hacks, learned about box model deeply when i was solving double margin bug and many more things in css i learned in a way of solving IE bugs – Jitendra Nov 7 at 7:41
1  
@cletus if we don't know what is hell then we can't feel heaven – Jitendra Nov 7 at 11:35

closed as not a real question by Michael Petrotta, Stefan Kendall, Greg Hewgill, hasen j, LiraNuna Nov 7 at 7:43

2 Answers

vote up 2 vote down

I cannot agree with that.

I learnt C/C++ by having a compiler that conformed to the rules. When something went wrong, it was something I did wrong that I needed to understand better. Finding out why something isn't working, when you have abided by the rules does not help you learn how to do something.

I do agree that having to think greatly helps you learn (obviously), but there are better ways than having to track down bugs that shouldn't exist.

link|flag
vote up -1 vote down

If you work with CSS, you'll get better at CSS. You probably progressed slower writing CSS against a browser that didn't even make a good faith effort at standards.

Have you looked at some of the CSS3 psuedo-classes? Whenever I look at them, I get a fresh anger going because my company still wants near pixel perfect IE6 rendering.

link|flag
1  
-1 simply because standards weren't even being taken serious when IE6 was presented to the public, not to mention this was the first business class browser after the browser wars and HAD TO be compatible with the hell that was the web in that day. We've come a long way since then, but that doesn't mean you can pretend to forget it – Kevin Peno Nov 7 at 7:14
Why do you think I'm pretending to forget it? I'm certainly not forgetting it (it makes the web currently hell). When 'IE6 improved support for Cascading Style Sheets', they were improving on something someone was taking seriously. (en.wikipedia.org/wiki/IE6) – mqsoh Nov 7 at 7:26
1  
you should have been we, wasn't taking a shot at you directly. In any case, it doesn't defeat my point. It wasn't until 2005 that and "standards compliant" browser started penetrating market share to a degree that would cause anyone to take standards (read W3C) seriously. That doesn't mean that MS never jumped on things it felt were right, it just means that they picked and chose based on what they felt was "best". – Kevin Peno Nov 7 at 7:35

Not the answer you're looking for? Browse other questions tagged or ask your own question.