View previous topic :: View next topic |
Author |
Message |
Tom Chapman -
Joined: 09 Jul 2005 Posts: 933 Location: Australia
|
Posted: Wed Jan 31, 2007 10:38 pm Post subject: Tom's Mess CSS PROBLEM |
|
|
-.- Yes, cross compatibility problem indeed. http://www.tomsmess.com/
Ie thinks any number needs halving before it will display perfectly.. Thank you Firefox!
The Nav doesn't line up properly. :) Any Suggestions? |
|
Back to top |
|
 |
Tom Chapman -
Joined: 09 Jul 2005 Posts: 933 Location: Australia
|
Posted: Sat Feb 03, 2007 12:42 pm Post subject: |
|
|
Ohayou Gozaimasu! (Good Morning xD)
I solved my own problem with this nifty piece of code..
Code: |
<link href="/resources/style.css" rel="stylesheet" type="text/css" title="Default" />
<!--[if IE]>
<link href="/resources/ie-style.css" rel="stylesheet" type="text/css" title="Default" />
<![endif]-->
</head>
|
And I wanted to turn off php error reporting for a single script so I used
Code: |
<?php
error_reporting(0);
... rest of script
|
Anthony (RogAnty) got me stimulated, thanks mate. |
|
Back to top |
|
 |
roganty -
Joined: 08 Jun 2004 Posts: 357 Location: Bristol, UK
|
Posted: Sun Feb 04, 2007 11:38 pm Post subject: |
|
|
Tom Chapman wrote: | Anthony (RogAnty) got me stimulated, thanks mate. |
Thats alright! _________________ Anthony R
Roganty | Links-Links.co.uk |
|
Back to top |
|
 |
|