sIFR

Out of context: Reply #18

  • Started
  • Last post
  • 24 Responses
  • version30

    Nairn, there's is this other new things, it's kinda secret though so if you need any links let me know, but have you heard of css? really changing things out there i'm hearing

    ;)

    seriously though, i dropped this a couple days ago and made a couple people very happy

    it's called the star html hack
    *html

    the star denoted those properties will only be seen by IE browsers

    an example to make height act the same way in ff and ie

    #your .item {
    min-height:200px;
    }

    *html #your .item {
    height: 200px;
    }

    hope that helps someone somehow somewhere sameday

View thread