I wouldn't think it would be a memory problem on a Macbook Pro though? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of fantasai Sent: Thursday, 23 August 2007 12:26 PM To: Tim Offenstein Cc: [email protected] Subject: Re: [css-d] CSS crashes Mac Firefox
Tim Offenstein wrote: > This is a new one on me. The CSS on http://www.chad.uiuc.edu crashes > my Mac Firefox 2.0.0.6. I'm running OX 10.4.10. I have another > Powerbook G4 that is able to display the page fine which would > indicate this problem is with my MacBook Pro, but I haven't had any > problems with any other web pages. When I disable the CSS, the page > loads up okay. > > I have the following Add-ons: > - Firebug 1.05, > - HTML Validator 0.7.9.5, > - Mozilla Accessibility Extension 1.01, > - Talkback 2.0.0.6, and > - Web Developer 1.1.4. > > Any thoughts? It could be running out of memory. Have you tried with all extensions disabled? If you want to find the problem in the web page, the best way to debug this kind of thing is to cut stuff out until you have the minimum necessary to crash. So I would start by opening the CSS file in a text editor, cutting out all lines of CSS, loading the page, and seeing if it crashes. If it doesn't, paste the CSS back in. This time cut out the top half and reload. If it crashes, then the problem is in the bottom half. Keep cutting away at the bottom half until you've figured out what the problem is. If it doesn't crash, then the problem is likely in the top half. Paste the top half back in and delete the bottom half. Etc. ~fantasai ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
