:: XHTML Problems in Firefox

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default :: XHTML Problems in Firefox

    Hi, i have created a site that can be viewed at
    ![url]http://www.members.westnet.com.au/grymrr/tickner[/url]

    The problem is that in Internet Explorer it displays fine, however in Firefox
    the tables are all stretched out etc. I am guessing that it has to do with my
    CSS scripting somewhere. Could someone please take a look at it and tell me
    what is wrong because i am new to XHTML and have no clue!

    CSS layout Coding:

    body, html {
    margin: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/layout/background.gif);
    background-repeat: repeat;
    }
    #contentholder {
    width: 700px;
    height: 100%;
    padding: 0px;
    background-color: #FFFFFF;
    }
    #content {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-top: 5px;
    vertical-align: top;
    font-family: verdana;
    font-size: 11px;
    color: #89A0C3;
    background-image: url(../images/layout/content-background.jpg);
    background-position: right;
    background-repeat: repeat y;
    }
    #footer-left {
    padding-top: 5px;
    height: 39px;
    width: 429px;
    background-image: url(../images/layout/footer.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    }
    #footer-right {
    padding-top: 5px;
    height: 39px;
    width: 271px;
    background-image: url(../images/layout/content-background.jpg);
    background-position: right;
    background-repeat: repeat y;
    }
    .footer-fmlogo {
    margin-left:10px;
    margin-right: 15px;
    margin-top: 7px;
    float:left;
    }
    .footer-cpalogo {
    margin-right:10px;
    float:right;
    }
    #header {
    padding: 0px;
    height: 119px;
    width: 700px;
    vertical-alin: top;
    }
    #navbar {
    padding-left: 15px;
    height: 32px;
    }

    If somebody could help me then this would be much appreciated. Thankyou

    K7AY3M0R3 Guest

  2. Similar Questions and Discussions

    1. Problems with Firefox
      I'm having some trouble with Flash in Firefox. On EVERY site using flash, I get an "illegal opation in plugin" box. Sometimes the Flash content...
    2. problems with MOV in firefox
      I am adding quicktimes to my page and it previews fine in IE but in firefox... I get nothing... strange thing is... it works when I preview from my...
    3. IE XHTML Processing Problems
      Small problem. When i view my site locally it loads perfectly in both internet exploer and firefox. However when i upload the site to my webspace...
    4. Problems with page in Firefox
      :confused; Hi everyone, I created a dynamic website prior to Firefox and now find 1 part does not work. I am using Table ID's and Document...
    5. phpTidy problems (xhtml)
      I want to be able to output the contents of my website in xhtml. There it an opensource program called phpTidy which ties into HTML Tidy that can...
  3. #2

    Default :: XHTML Problems in Firefox

    Hi, i have created a site that can be viewed at
    ![url]http://www.members.westnet.com.au/grymrr/tickner[/url]

    The problem is that in Internet Explorer it displays fine, however in Firefox
    the tables are all stretched out etc. I am guessing that it has to do with my
    CSS scripting somewhere. Could someone please take a look at it and tell me
    what is wrong because i am new to XHTML and have no clue!

    CSS layout Coding:

    body, html {
    margin: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/layout/background.gif);
    background-repeat: repeat;
    }
    #contentholder {
    width: 700px;
    height: 100%;
    padding: 0px;
    background-color: #FFFFFF;
    }
    #content {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-top: 5px;
    vertical-align: top;
    font-family: verdana;
    font-size: 11px;
    color: #89A0C3;
    background-image: url(../images/layout/content-background.jpg);
    background-position: right;
    background-repeat: repeat y;
    }
    #footer-left {
    padding-top: 5px;
    height: 39px;
    width: 429px;
    background-image: url(../images/layout/footer.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    }
    #footer-right {
    padding-top: 5px;
    height: 39px;
    width: 271px;
    background-image: url(../images/layout/content-background.jpg);
    background-position: right;
    background-repeat: repeat y;
    }
    .footer-fmlogo {
    margin-left:10px;
    margin-right: 15px;
    margin-top: 7px;
    float:left;
    }
    .footer-cpalogo {
    margin-right:10px;
    float:right;
    }
    #header {
    padding: 0px;
    height: 119px;
    width: 700px;
    vertical-alin: top;
    }
    #navbar {
    padding-left: 15px;
    height: 32px;
    }

    If somebody could help me then this would be much appreciated. Thankyou

    K7AY3M0R3 Guest

  4. #3

    Default Re: :: XHTML Problems in Firefox

    Sorry about the double post, it stuffed up.
    K7AY3M0R3 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139