Forums

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

Home Forums CSS How to hack CSS only for MAC machine?

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #43229
    rakesh123
    Member

    Hi Expert Team –

    I am working on my company project and some of the part is going mesh up in only mac firefox and safari browsers. I checked code and came to know there were CSS issue. so is there any way where we can hack css only for mac browsers?

    Thanks in Advance…

    #127406
    rakesh123
    Member

    Temporary, I have fixed this issue with help of JavaScript

    if(navigator.userAgent.indexOf(‘Mac’) > 0) {

    //your codes here

    }

    #127424
    Kitty Giraudel
    Participant

    Couldn’t you just fix the CSS instead of hacking the entire thing?

    #127427
    Paulie_D
    Member

    Oh…and could you use a smaller avatar perhaps….that one is WAAAAY to tall.

    Too much scrolling.

    :)

    #127428
    Kitty Giraudel
    Participant

    I thought there was a max height for avatars.

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