Hi, I've tried this in both Firefox and IE, and the results are the same in both; it displays nothing. Without the content from the included PHP files it'll be difficult to find anything wrong or right with the page.
Can you post an active online link where the problem can be seen? Cheers. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of The Doctor Sent: 04 April 2006 15:37 To: [email protected] Subject: [css-d] Dreamweaver CSS and PHP Hello, I am tyrying to OO redesign a PHP web Page(s) using a Dreamweaver CSS. All is well in Firefox but MSIE is not giving me the expected result. Here is the CSS: -------------------------- end of css file ---------------- And here is the page we are trying to convert: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <!-- DW6 --> <head> <title>Welcome to </title> <link rel="stylesheet" href="3col_leftNav.css" type="text/css"> </head> <body > <table align="center" cellpadding="0" cellspacing="0" border="0" width="92%"> <?php include("top.php") ?> <tr><td width=93%> <?php include("leftcolumn.php") ?> <!--end navBar div --> <?php include("rightcolumn.php") ?> <!--end headlines --> <!-- main area for content --> <!-- SNIP CONTENT --> <?php include("bottom.php") ?> </td></tr> </table> </body> </html> --------------------- end of php file -------- Why is IE not seeing this correctly? ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
