Preserved Topic: Stability test (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: Houston(ish) Texas |
posted 05-09-2001 00:40
I've just updated my vanity site. It now uses PHP for browser type determination, and sends (hopefully) appropriate pages to the viewer. |
Neurotic (0) Inmate Newly admitted |
posted 05-09-2001 01:01
i tested with opera 5.0. your enter button was shoved all the way to the middle left side of the screen. by default, opera identifies as ie 5.x, which is what your php script picked up on. |
Maniac (V) Mad Scientist From: Mi, USA |
posted 05-09-2001 02:03
NN4.7.. laid out just like you said it would be mouseovers work... .. banner sucks.. thats all ~Vp~ |
Maniac (V) Mad Scientist From: Solitary confinement |
posted 05-09-2001 05:08
Same here |
Maniac (V) Inmate From: soon to be "the land down under" |
posted 05-09-2001 14:13
The only caveat I had was that the enter splash page was redundant. Doesn't really serve much purpose and when browsing your site it's only viewed for a second or so. |
Bipolar (III) Inmate From: Berlin, Germany |
posted 05-09-2001 14:15
i'm using mozilla 0.9 and your script showed me "Netscape v5.x". |
Bipolar (III) Inmate From: Berlin, Germany |
posted 05-09-2001 14:17
mouseovers? i couldn't see any of them |
Maniac (V) Inmate From: Houston(ish) Texas |
posted 05-09-2001 16:54
silence - The splash page is required to filter non-javascript browsers. Without it, I wasn't able to find a way to detect higher level browsers that had javascript turned off. I'm also going to put the redirect to the Flash version on the splash when I implement it. |
Maniac (V) Inmate From: Houston(ish) Texas |
posted 05-09-2001 17:30
IE6 should be working now (depending on how backward compatible it is). Had a typo that didn't recognize 6.x as being 'v4 or higher'. |
Neurotic (0) Inmate Newly admitted |
posted 05-09-2001 19:31
yeah, opera 5 worked just fine with the ie5 masquerade. id just make your table centered on the page instead of fooling with the width. would probably save you a bit of a headache there. |
Bipolar (III) Inmate From: North Carolina mountains |
posted 05-09-2001 19:53
Had no problems with viewing the site on NN. |
Maniac (V) Inmate From: Houston(ish) Texas |
posted 05-10-2001 00:11
Updated - the entry page now uses the (outdated) <center> tag, and valigns the button. I'm hoping it will be centered in Opera now (it tests as centered in IE5.5, NN3, NN4). Also added the height/width tags for the navbuttons, to attempt to address the buttons going missing in NN sometimes. |