Hello, all. A few days ago, while testing for coherence in a webpage, IE7 crashed on me. I've isolated the "offending" code here: http://www.mundoplus.tv/atnbueno/ie7crash.html
After a few tests (actually, a lot of them) I've found it's simply more of IE lack of support for the <button> tag. No CSS applied to button[value] is shown, and any value for "value" crashes (closes down) the current IE window. So remember, don't style with the button[value] selector. The problem is understandable. I mean, <button> came out with HTML 4.0 in 1997 and MS still hasn't been able to make it work correctly [1]. How can we expect to be able to add CSS to it? :D On Monday I'm adding a "Using IE7? Don't click here" link to my homepage :D :D :D [1] http://www.peterbe.com/plog/button-tag-in-IE -- Regards, Antonio http://www.mundoplus.tv/ Televisión por satélite en España ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
