Persistent Annoyance

I still can’t figure out what’s wrong with my CSS… it crashes IE5 on Mac OSs 9-X, and Win98. A good chunk of my audi­ence gets a crashed browser when they visit. HELP!

UPDATE: Matt Jacobs has earned my total respect and humil­ity for point­ing out this little problem:

I fig­ured out what the prob­lem is and it’s not your fault. It’s in here:

#gray {
float: left;
padding: 8px 5px 8px 8px;
font: 82% “lucida grande”, arial, ver­dana, sans-​serif}

For some reason, the float:left in this id is caus­ing the browser to crash. If you take out “float:left;” then the page loads just fine. In fact, the page looks exactly the same when you take it out (at least in IE and Safari). So, there is your problem.

Well its a relief that it wasn’t my fault, per se… but, I can’t account for why I’m using those floats… I guess I thought it was for good mea­sure. Which is why I’m set­ting a new rule: Don’t write a bit of CSS that you don’t know what it is doing, or that you can do with­out. Time to clean it up, I think.

I also stream­lined much of the code. Indi­vid­ual archive entries have com­ments & track­backs down the right bar, to save your scrolling. Also, the menu nav changes depend­ing on the post category.

0 Responses to “Persistent Annoyance”


Comments are currently closed.