Okay, I updated some style sheets. This should stop IE 5.5 from barfing and Safari from stealing cookies. Sort of.
But still, BrowserCam still gives a really awkward screenshot of this page in Explorer 5.2 for Mac OSX. The menu items seem to be block elements without width control. Click the screenshot below.
I know IE is retarded everywhere it goes, but why does this happen only for Explorer 5.2? Please feel free to browse through the CSS for this page. Hopefully there is a cure.
I haven’t yet found one user that’s using Explorer 5.2 to view this site (except myself), but the computers on the university campus seem to use that browser as the default.
Also, due to the recent MediaTemple hosting upgrade (YAY!), this site might be down and will not be updated during the following time period.
Saturday, May 14th, 2005 11:00PM PST — Sunday, May 15th, 2005 3:00AM PST
Thank you for your patience.

uh hiya.. how did you do the highlight input box thing? Yeh rugby is the shit, lmao.. and not a sport girls and boys should play together, lol
CSS!
input {border: 1px solid #CCCCCC;
padding: 3px;
}
input:hover {
border: 1px solid #000000;
}
input:focus {
border: 2px solid #003366;
padding: 2px;
}
Doesn’t work in IE though.