Browser Compatiblity

Discussion in 'CSS' started by sharmilaj, Jul 5, 2007.

  1. #1
    how to write the CSS code,compatible with the browser,for me in IE the fields are fixing correctly,in mozilla the fields are not fixing properly,how to rectify this browser compatiblity bug?
     
    sharmilaj, Jul 5, 2007 IP
  2. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #2
    Was that a question?

    To be 'helpful' most people require the following:
    A question
    A code sample
    Description of what is wrong.

    All three of those are woefully lacking here.

    'the code' - WHAT code? a bit vague.
    'the browser' - WHICH browser? a bit vague
    'the field' - WHAT field?

    You get the idea.
     
    deathshadow, Jul 5, 2007 IP
  3. Katy

    Katy Moderator Staff

    Messages:
    3,490
    Likes Received:
    513
    Best Answers:
    7
    Trophy Points:
    355
    #3
    Here's how to fix it in IE:

    #content {
    /* codes here */
    }

    *html #content {
    /* IE codes here */
    }

    :)
     
    Katy, Jul 5, 2007 IP
  4. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #4
    To put the question that deathshadow asked in an easier context...

    What does your HTML and CSS code look like? (please use tags but without the spaces, or link to your page so we can see for ourselves)
     
    Dan Schulz, Jul 5, 2007 IP