I did not even consider using contenteditable, even though I have used it a lot. It would be a very simple task to add a 'Live Edit' button that toggles this option. It could live next to the current 'Edit' button on the fb toolbar ... the power of that feature in combination with FireDiff would be amazing.
On Dec 4, 8:33 am, Steven Roussey <[email protected]> wrote: > > 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.
