[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4284: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4286: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4287: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4288: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
www.dhtmlgoodies.com • View topic - CSS Interpretations by FF and IE
Advertisement

CSS Interpretations by FF and IE

Moderators: Calcifer, slothy

CSS Interpretations by FF and IE

Postby mbz » Mon Mar 20, 2006 12:02 am

Does anyone know why FF and IE are interpreting my CSS code so differently?

Example URL:


Is it possible to code for both??

Best Regards,
MIKE
mbz
 
Posts: 59
Joined: Wed Mar 15, 2006 6:24 pm
Location: Chandler, Arizona (USA)

Postby Ryan » Mon Mar 20, 2006 12:09 am

Compared to firefox IE has crappy CSS support, in general you should design for the browser with best web standards support first then fix errors in other browsers. In this case thats FF.

You may want to try v. You'll find it points out many errors.

I was going to suggest but you don't have a . A doctype is required to inform the browser which version of HTML (XHTML) you are using, without it the browsers can only guess, resulting in cross browser problems.

Sorry I couldn't fix the problem but validation and a doctype may help get you on the right path.
Ryan
 
Posts: 14
Joined: Fri Mar 17, 2006 10:15 pm
Location: Scotland

Postby mbz » Mon Mar 20, 2006 12:13 am

mbz
 
Posts: 59
Joined: Wed Mar 15, 2006 6:24 pm
Location: Chandler, Arizona (USA)

Postby Ryan » Mon Mar 20, 2006 1:02 am

No problem :)

I wouldn't recommend that one because XHTML 1.0 Strict is at the top end of xhtml coding and is very picky about the way its used. The code in your site is xhtml so I'd recommend...

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Transitional is a bridge between the older html and the new xhtml, and its a lot easier to use than strict.

You may want to read to get a better idea of the differences. Also try searching google for and you'll find many other articles explaining the differences.

Once you've put that doctype in to the page you should be able to validate the page using the helping you to find problems much easier.

Oh and before I go you should check out which has examples of common IE css bugs and explains how to solve them.

Hope that helps.
Ryan
 
Posts: 14
Joined: Fri Mar 17, 2006 10:15 pm
Location: Scotland

Postby mbz » Mon Mar 20, 2006 3:04 am

Ryan,

I implemented the DOCTYPE and also ran both of the Validation Utilities from W3C (it is still finding a few issues that I don't know how to fix: onMouseover / onMouseOut).

The good news is that everything is now looking pretty standard in both FF and IE!! :D

The bad news, is that now my far right border (image displayed as background) is not displaying. (See: )

Any ideas on how to get around this (to get it to display)?? Thanks in advance for any direction you may be able to give me.

Best Regards,
MIKE
mbz
 
Posts: 59
Joined: Wed Mar 15, 2006 6:24 pm
Location: Chandler, Arizona (USA)

Postby Batalf » Mon Mar 20, 2006 9:51 am

Batalf
Site Admin
 
Posts: 2160
Joined: Sat Oct 22, 2005 9:38 pm

Postby Ryan » Mon Mar 20, 2006 10:58 am

Ryan
 
Posts: 14
Joined: Fri Mar 17, 2006 10:15 pm
Location: Scotland


Return to General questions/discussions

Who is online

Users browsing this forum: No registered users and 2 guests

cron