Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Quick tip for using firebug:
Right click on any element, and choose "inspect element". Firebug adds this to your right click menu. A panel will open showing that element's position in the HTML markup. In the style panel to the right, double click on any css group to add new rules. To change existing ones click on the rule and edit. When you're changing any rule which has a quantity to it (like margins, padding, top, left, right, width, height, font-size, etc), you may use the arrow keys on your keyboard to adjust them. When you do this, you can literally watch elements slide along the screen until they are positioned as you need them. This is one reason Firebug is so great.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
|