anyone else using mozilla (latest versions 1.2-3ish) out there? matrix's main site's navigation (at the top) is all farfed up (product button barely recognizable).
i'm not sure about netscape 7 but it's possible since i believe they use same codebase(?).
i trued to submit this thru a popup window on the site but got some spanish 404 page somehow (possibly my extreme error).
just thought someone should know (or confirm)...
web site / mozilla
Yes, the old site doesn't work with anything other then IE, BAD Matrix Orbital BAD, we know... if it makes you feel better, check out our new site that is about to go live...
www.matrix-orbital.com
www.matrix-orbital.com
Henry J.
President
Matrix Orbital
President
Matrix Orbital
-
- LCDC Programmer
- Posts: 14
- Joined: Mon Dec 16, 2002 1:46 am
Yeah, straight from the 'How not to write Javascript textbook':

Code: Select all
<script language="javascript" type="text/javascript">
var Netscape4 = (navigator.appName == "Netscape" && navigator.appVersion.substring(0,1) >= "4");
var Explorer4 = (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.substring(0,1) >= "4");
</script>

BLK202A-4BR-BK + LK202-25-WB-V + LK204-25-V + VK204-25-V + LK-202-24-USB + MX212
Henry...I'm confused... isn't this your new site: http://test.matrixorbital.com/pages/default.aspHenry wrote:Yes, the old site doesn't work with anything other then IE, BAD Matrix Orbital BAD, we know... if it makes you feel better, check out our new site that is about to go live...
www.matrix-orbital.com
-
- LCDC Programmer
- Posts: 14
- Joined: Mon Dec 16, 2002 1:46 am