Aplicar estilos a um único elemento com o firebug?

0

Com o firebug, como posso aplicar estilos a um único elemento?

Com o Inspetor do Google Chrome, há um seletor inline vazio pronto para uso (veja abaixo). Eu mudei do firefox para o Chrome para desenvolvimento web por esse motivo, mas agora devido aos addons necessários eu preciso usar o firebug novamente.

element.style {
}
    
por Evans 06.09.2013 / 18:32

1 resposta

0

link

I don’t know why I never tried this, but I finally figured out that simply right-clicking in Firebug’s style window gives you the option to “Edit Element Style…” Yes, it is that simple. Choosing that option will put an element.style option right at the top, just like in Chrome’s Web Inspector.
    
por 06.09.2013 / 18:36

Tags