Sobre o autor
Assine
Tags
blog
Brainstorm
bug
business
comunicação
comunidade
conteúdo
css
desenvolvimento
design
dicas
email
empreendedorismo
futuro
gerenciamento
gmail
google
internet
linux
mac
macos
marketing
myfreecomm
NAW
negócios
orkut
palestra
podcast
privacidade
programação
projetos
rails
ruby
segurança
serviço
servidores
simplicidade
sistema
snippet
Tecnologia
tendências
usabilidade
web
web2.0
webapp












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!
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!