> Or even better still, imagine if you could select a div then drag it > into position and copy and paste the css generated by FireBug!
Well, try adding this attribute to the body element on a page: contenteditable="true" like this: <body contenteditable="true"> ... Make a div's position absolute and then drag and drop it with the little four-arrow thing. Have fun! -steve-- -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
