Yes, I am hoping someone can help me. I have a site Right Here and it works fine in IE, but when I try to look at it in Firefox browser, my site loses all it's form and design. Not sure if it is something in the Top of the site,, <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <!-- DW6 --> <head> <!-- Copyright 2005 Macromedia, Inc. All rights reserved. --> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <link rel="stylesheet" href="2col_leftNav.css" type="text/css" /> <style type="text/css"> But really need some assistance,, Thx in Advance Mill
Hmm thats interesting cos i see when I look at view source: <link rel="stylesheet" href="file:///C|/Documents and Settings/Millunare/My Documents/windowsvista/2col_leftNav.css" type="text/css" /> <style type="text/css"> hmmm... Wing
yep i see same thing chop it from <link rel="stylesheet" href="file:///C|/Documents and Settings/Millunare/My Documents/windowsvista/2col_leftNav.css" type="text/css" /> to this <link rel="stylesheet" href="2col_leftNav.css" type="text/css" />
ok well I changed the part you mentioned, but in firefox it is still not showing the frames like in IE. Any other suggestions,, should I copy the full code? That way it would be easier for someone to try and detect. This si the first time trying to publish the site with dreamweaver 8. I love the program but a lot of people report the same types of problems.
i see the prob the css file /2col_leftNav.css does not exist in root dir, if the css is in sub_dir you need to update this <link rel="stylesheet" href="sub_dir/2col_leftNav.css" type="text/css" /> also check the file has actually been uploaded
Haha your the best,,lol. I have been stumped on that since last night. You were right , I guess when I uploaded the site from dreamweaver 8 , it did not upload the associated files for the stylesheet I gave you some rep.. Thx for the help. Mill
no problem, may i suggest u either change the roll-over color or change the link color cos light roll-over on light text is not very user friendly