1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

problem with firefox

Discussion in 'CSS' started by millst2, Oct 17, 2005.

  1. #1
    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:eek:
     
    millst2, Oct 17, 2005 IP
  2. wingdude

    wingdude Peon

    Messages:
    210
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    wingdude, Oct 17, 2005 IP
  3. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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" />
     
    just-4-teens, Oct 17, 2005 IP
  4. millst2

    millst2 Guest

    Messages:
    292
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    millst2, Oct 17, 2005 IP
  5. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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
     
    just-4-teens, Oct 17, 2005 IP
    millst2 likes this.
  6. millst2

    millst2 Guest

    Messages:
    292
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #6
    thx will check that now,, will let you know in a sec,,

    Many Thx,
    Mill
     
    millst2, Oct 17, 2005 IP
  7. millst2

    millst2 Guest

    Messages:
    292
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #7
    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
     
    millst2, Oct 17, 2005 IP
  8. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #8
    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
     
    just-4-teens, Oct 17, 2005 IP
  9. wingdude

    wingdude Peon

    Messages:
    210
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Yeah No Problem, Do you have the Full Version of Dreamweaver 8 or is it a Trial
     
    wingdude, Oct 18, 2005 IP