FF and IE giving me all kinds of wierd quirkyness. Help please!

Discussion in 'CSS' started by iteria, Jul 30, 2006.

  1. #1
    Okay, at this point I'm getting really frustrated. After fixing my float problem in FF, I got a new problem with IE. The background doesn't extend the entire way down and the borders that are supposed to be around the posts are non-existantfor some reason. The spacing on the right side appears sometimes and sometimes doesn't no matter what browser I'm using, just depending on the computer (or maybe just different versions of the browsers. I didn't check) That one is the attachment "page"

    Now, I attempted to fix this problem by moving all the CSS code to one place (In the first one, it's in two different areas). That resulted in a lost of borders and spacing for the posts. I don't know why since nothing else changed and I simply copy and pasted the code to a different area. This one is the attachment "page2"

    Frustrated, I thought, "Well maybe I just coded something wrong" So I added doctype so I could run it through a validator. HTML 4.01 strict is the attachment "page3" and HTML 4.01 transitional is "page4"

    In both versions the posts disappear for some reason in FF. They are just nested Divs, so I have no clue why that happens. The background colors disappear in both IE and FF. And I just don't know what to do.

    Anyone have any ideas or suggestions that might help fix at least some of this.
     

    Attached Files:

    iteria, Jul 30, 2006 IP
  2. Gordaen

    Gordaen Peon

    Messages:
    277
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This is interpreted as a none-closed comment: <!-------------------------Post code--------------------------!>

    At least, that's my guess. I believe the dashes have to be in multiples of four, but the best thing to do is use standard comments that are properly interpretted.

    <!-- This is a comment -->
     
    Gordaen, Jul 31, 2006 IP
  3. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #3
    kk5st, Jul 31, 2006 IP