Heh... I have made a 'Live Edit' button like you suggest. It is kinda cool. Firefox blows chunks with it on xhtml pages, but I guess I could deactivate it for them. You can do some wacky things with it on this page, for example!
-steve-- On Dec 4, 1:56 am, Mike Ratcliffe <[email protected]> wrote: > I never even considered using contenteditable even though I have > worked with it a lot ... that would actually be very cool and simple > to implement. It would be very, very simple to add a "Live Edit" > button next to our current 'Edit' button on the fbug toolbar to toggle > this option on and off. The power of live edit 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.
