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..
im not sure how long css should be. should jsut copying last part of firebug css?
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
Post a Comment