Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS how i can solve browser problem

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #24494
    saiful
    Member

    i have complete a index page which is without distortion in mozilla .but i found many bugs in IE7.how i can solve it.
    please response me.

    #55803
    apostrophe
    Participant

    You could start by posting a link.

    #55810
    Polo
    Member

    I usually use different stylesheets for IE using Conditional comments. First, i load my main stylesheet, then i load the IE stylesheet using these lines :

    <!–[if IE 7]>
    Your IE stylesheet
    <![endif]–>

    This part of the code will only be read if you are using IE 7 browser. So, in your IE stylesheet, you only have to put the css rules that need to be overided to make it work in IE 7.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.