Please help IE FF CSS issue

Discussion in 'CSS' started by thechasboi, Nov 15, 2006.

  1. #1
    thechasboi, Nov 15, 2006 IP
  2. Al-k-pone

    Al-k-pone Guest

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    OMG !!
    Look my tips on the thread number 179180 named Compatibility IE/Firefox with one CSS File.
    Or 2nde solution : create 2 CSS files.. and detect the browser

    But i think you don't built your page as W3C recommanded.
     
    Al-k-pone, Nov 15, 2006 IP
  3. thechasboi

    thechasboi Guest

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Al-k-pone

    I did as the w3c standards suggest, as far as I can tell at least. I would apreciate a look at the code to tell me what is missing or wrong with the code. Thanks for the help.
     
    thechasboi, Nov 15, 2006 IP
  4. thechasboi

    thechasboi Guest

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I just validated the page, via the CSS and HTML validation processes. They both check out great. The only thing is that I do not have alt tags in some picture elements. The rest is good. But the page is not displaying correctly in FF and IE. Thanks for looking at the page and thanks for the reply.
     
    thechasboi, Nov 15, 2006 IP
  5. Dan_A

    Dan_A Peon

    Messages:
    65
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    add #container{clear:both;} in default.css for example.

    Don't do that, this is unreliable and most of the time useless.
    Simplify your html code and css instead.
     
    Dan_A, Nov 15, 2006 IP
  6. thechasboi

    thechasboi Guest

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Dan_A

    The page has been simplified but the problem still persists.

    Thanks for the help in advance.
     
    thechasboi, Nov 15, 2006 IP
  7. Dan_A

    Dan_A Peon

    Messages:
    65
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I cannot find #container{clear:both;}.
     
    Dan_A, Nov 15, 2006 IP
  8. thechasboi

    thechasboi Guest

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    OK I inserted it into the page. I was not sure if you wanted me to insert that line or not. I worked, it kicked it down. Why? thanks for the answer and resolution.
     
    thechasboi, Nov 15, 2006 IP
  9. Dan_A

    Dan_A Peon

    Messages:
    65
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Floats must be cleared.
    +http://www.google.com/custom?hl=fr&client=pub-test&cof=FORID%3A1%3BL%3Ahttp%3A%2F%2Fforums.digitalpoint.com%2Fimages%2Fmisc%2Fdps_logo.gif%3BLH%3A50%3BLW%3A122%3BLBGC%3AE1E1E2%3BGL%3A1%3BT%3A%23444444%3BLC%3A%23226c22%3BGALT%3A%23226C22%3BGFNT%3A%23226c22%3BGIMP%3A%23226c22%3BS%3Ahttp%3A%2F%2Fforums.digitalpoint.com%3B&q=clearing+floats
     
    Dan_A, Nov 16, 2006 IP