Forums

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

Home Forums CSS IE 6 & & not using the specific stylesheets i set for them!

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28151
    quarterlight
    Member

    Hi

    i have

    Code:

    and it seemed to work when i was altering things, i tested in the browser and changes were being made.
    Now all of a sudden certain styles in the IE browsers are coming from the stylesheet im using for anything except ie 6 & 7.
    i changed some form elements because they look whack in IE but it was only when i changed them on my nwmsf.css

    Anyone know why this might be?
    and how i can fix it :)

    cheers
    mark

    #71636
    psychotronic
    Member

    i agree with eric, the code should be :

    Code:

    and makesure the overriding classes on the ie6 file has the higher level. example :

    your nwmsf.css :

    .ieclass {
    bla bla}

    your nwmsfie6.css should be :

    #content .ieclass {
    bla bla}

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