html - best way to grab CSS you want to style in firebug? -


im using drupal theme think applies css/html using html.

im going firebug , copying css path of item want stylize.. css massively long.. i'm not sure if right way of going things here.

here's image show mean..

screenshot of item

im not sure how long css should be. should jsut copying last part of firebug css?

http://i.imgur.com/qolybzg.png

firebug take long path element need. have in code :

<ul class="menu">     <li class="first leaf">...</li>     <li class="last leaf">...</li> </ul> 

this might solve problem :

.menu li {     float: left; } 

Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Socket.connect doesn't throw exception in Android -

SPSS keyboard combination alters encoding -