Topic: IE6/Win Bug (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: everywhere |
posted 09-08-2003 19:42
See http://www.parazone.net you may wish to read the below first. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 09-08-2003 19:59
Cool, you found another way to reliably crash IE! You should make a minimal page that replicates the bug (take what you've got and strip out unnecessary bits until you get the smallest page that still causes the error). This will simultaneously help you to find a workaround (you'll see what changes make the error go away), and provide you with a browser bug demonstration which other people will probably be interested in. |
Obsessive-Compulsive (I) Inmate From: |
posted 09-08-2003 23:37
I was able to crash it in IE6. I'll check the source. |
Obsessive-Compulsive (I) Inmate From: |
posted 09-08-2003 23:54
When I commented the following out in your CSS, the problem went away... |
Paranoid (IV) Inmate From: everywhere |
posted 09-09-2003 00:20
Ok, I've looked as much as I'm going to tonight, and have narrowed it down to this: http://www.parazone.net/buggy.html http://www.parazone.net/buggy.css |
Paranoid (IV) Inmate From: everywhere |
posted 09-11-2003 22:52
I think I've resolved the problem now with a little tinkering. It seemed to be something to do with float, and if the little Ts wrapped to the next line the browswer crashed when you moused over them. So the trick was to make sure they didn't wrap to the next line. Adding float:left to the hover state of the anchors as well as the anchors also seemed to help. I'll leave buggy.html on the server for curiosity. |