Hello,
I am having alot of difficulty to modify an existing page with alot of pre-made CSS and when I adjust layout in FF I found it messed up in IE !!
So I am looking for a good css tool that I can use to change css and see the effect immediately inside the browser , if possible for both FF and IE
Thanks
css tool for real time changes inside a browser
Moderator: General Moderators
Re: css tool for real time changes inside a browser
I don't know about IE, but webdeveloper is an awesome FF addon.
Re: css tool for real time changes inside a browser
Firebug for firefox
web developer toolbar for IE
web developer toolbar for IE
Re: css tool for real time changes inside a browser
Many Thanks!!
and any other suggestion are welcome
and any other suggestion are welcome
Re: css tool for real time changes inside a browser
Well, slightly unorthodox, but...I made this which injects stylesheets into webpages 
I actually made it to allow "skins" or "themes" for my site, but you could modify it to inject it into any page.
It loads the CSS after the dom has loaded on ever page request for the domain you set it on (which is currently restricted to my site...but you could change that).
I actually made it to allow "skins" or "themes" for my site, but you could modify it to inject it into any page.
It loads the CSS after the dom has loaded on ever page request for the domain you set it on (which is currently restricted to my site...but you could change that).
Re: css tool for real time changes inside a browser
jackpf many thanks