
June 25th, 2004
03:42 AM
*Weird* M$IE bug....
Okay, before you critique *anything* I want to make the following disclaimer:
a) the site isn't mine
b) I didn't design the site either
c) I personally HATE the layout and tables used, blegh!
...I was just hired in to develop a small Server-Side solution, nothing client-side
Anyway, my "client" has asked me to look into this:
http://www.skuclan.co.uk/index.php
In Mozilla/Firefox, the "Forums" button is visible, but not in M$IE
There is no logical reason for this, the code for the button is there, the forums code is just like the code for all the other links and buttons
So why isn't it being renderred?
___________________


June 25th, 2004
04:22 AM
When you look at the source in IE, it looks like it's missing a bracket
<a href="http://www.skuclan.co.uk/forum/"
Strange thing is, it is there and on the next line if you view source in firefox.
Could it be that simple?

June 25th, 2004
04:37 AM
Neverside Newbie
Status: Offline!
Parse error: parse error in /home/doughboy/public_html/functions.php on line 488
Fatal error: Call to undefined function: navbar() in /home/doughboy/public_html/index.php on line 25

June 25th, 2004
04:58 AM
Yeah, I'm just re-writing some of the server-side code atm, I'll let you know when its up and working again
___________________


June 25th, 2004
05:32 AM
Okay, got it working now, it was a PHP bug in the first place
My bad 
___________________
