Reputation: 7472
Is there an editor similar to firebug in functionality that lets you edit the CSS directly from the browser and shows you the changes live, but also has the ability to save changes to the server through FTP or some other connection?
Upvotes: 4
Views: 3304
Reputation: 11
http://cssUpdater.com is what you really are looking for :)
Edit in FireBug, hit the "Sync now" button and reload your page.
Upvotes: 1
Reputation: 228162
I've never used it myself, but you could try the free trial of Skybound Stylizer.
Here's a quote:
Online CSS Editing
Open any site, make changes, then save back to the server via FTP, SFTP, or a network share, or others...
Stylizer's real-time CSS development extends to 9 different integrated web browsers. On Windows, Google Chrome, Internet Explorer 6, 7 & 8, and Firefox 2.0, 3.0, 3.5, 3.6 are supported. On Mac, Safari is supported.
..
The Stylizer workflow couldn't be easier. Just open up the URL or the HTML page you want to edit, the style sheets are automatically extracted from the page, and you're ready to start making changes.
Upvotes: 6
Reputation: 4828
the web developer toolbar for firefox allows you to do that -> https://addons.mozilla.org/en-US/firefox/addon/web-developer/
well.. it allows you to save the css but I'm not sure if it's through ftp. but you can use that in combination with expandrive
Upvotes: 1