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

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -