views:

63

answers:

3

I do all my css work with firebug, using the up and down arrow keys to adjust top and left values.

Anyone come across a firefox addon that lets me drag stuff around and then copy and paste the top and left values?


edit: I have changed the question slightly from 'easier' to faster. Sorry for any confusion, I am not a beginner looking for tools to help me write css, simply to speed up my positioning slightly!

A: 

Use dreamviewer, when you set css to absolute, in the preview mode you can drag and drop your element where ever you please two and CSS is generated automatically with the positions top, left where you placed your element

c0mrade
yes i remember this feature in Dreamweaver, though i really didn't like dreamweaver writing my css
Haroldo
well I don't use it at all since years now because it does generate bad code, but this is one of the ways you can accomplish this I couldn't think of others at this time.. but it should be fine for just css
c0mrade
A: 

I use the MeasureIt addon for Firefox, which gives you a ruler. Drag from where you want the element to the top left of the screen and it'll give you the absolute position. You might need to adjust for scrolling but it shouldn't be too hard.

nickf
yep, measureit's cool, still find it faster using firebug
Haroldo
+1  A: 

I do the measurement part in Fireworks, Photoshop or any drawing program (Photofiltre, Paint.NET, etc or The Gimp), based on a template I was given. Not in the browser. And I certainly don't use absolute positioning for layout!

That said, here are some tools I found useful:

Felipe Alsacreations
yep, i already use all these except Firediff which is new to me, doesnt do what i'm looking for, but looks like a useful add on - thanks!
Haroldo