Brasil

04 setembro 2008 ~ 2 Comentários, deixe o seu »

CSS Browser Selector with Google Chrome Support

Hi,

CSS Browser Selector now has support for Google Chrome detection.

Check it out!

2 Respostas para “CSS Browser Selector with Google Chrome Support”

  1. daphna 10 setembro 2008 at 6:16 PM Permalink

    Thanks so much for coming up with this javascript.

    Can you tell me how I create the Selector code in CSS to target Firefox 2 specifically?

    I tried:

    .gecko ff2 #nav {}
    .ff2 #nav {}
    .gecko #nav {} – this actually changed both FF3 and FF2, but i only want FF2

    and none of them worked. I am using for Safari and IE the following code (which works):

    .webkit #nav {}
    * html #nav {}

    Thanks for any help you can provide!

  2. Rafael Lima 17 setembro 2008 at 12:31 AM Permalink

    Hi Daphna,

    .ff2 #nav {} should work.

    Please, copy and paste teh line at http://rafael.adm.br/css_browser_selector/debug.html if you could not target Firefox 2

    Thanks!


Deixe seu Comentário