On Sun, Jan 29, 2006 at 05:23:11PM +1100, Aaron Chan wrote:
> Hi just wanted to tell you that your website is "unusable" in IE7. The 
> navigation menu is centred and fixed, covering most of the content on every 
> single page. It is very annoying indeed. See attached screenshot.

Old Netscape used to have a similar problem...

Attached the patch ;-)

- Martin

BTW start.php is a mess.
Index: start.php
===================================================================
RCS file: /usr/local/lyx/cvsroot/www-user/start.php,v
retrieving revision 1.1
diff -u -p -r1.1 start.php
--- start.php   19 Sep 2005 13:09:04 -0000      1.1
+++ start.php   29 Jan 2006 14:28:20 -0000
@@ -33,7 +33,11 @@
 // Otherwise we show a traditional bgimage and colours
 
 // Try to decide which kind of browser the user is using.
-$browser = $HTTP_USER_AGENT;
+$browser = $_SERVER['HTTP_USER_AGENT'];
+
+if (ereg("MSIE.*", $browser, $regs)) {
+       echo "You seem to be using a substandard browser. Why don't you 
http://getfirefox.com/ ?";
+}
 
 if (ereg("Lynx.*", $browser, $regs)) {
        $mode = 0;

Attachment: pgpmrUXgPGYeS.pgp
Description: PGP signature

Reply via email to