Page 1 of 1

css tool for real time changes inside a browser

Posted: Thu Jul 09, 2009 7:09 am
by isaac_cm
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

Re: css tool for real time changes inside a browser

Posted: Thu Jul 09, 2009 8:44 am
by jackpf
I don't know about IE, but webdeveloper is an awesome FF addon.

Re: css tool for real time changes inside a browser

Posted: Thu Jul 09, 2009 9:26 am
by Eran
Firebug for firefox
web developer toolbar for IE

Re: css tool for real time changes inside a browser

Posted: Thu Jul 09, 2009 2:38 pm
by isaac_cm
Many Thanks!!

and any other suggestion are welcome

Re: css tool for real time changes inside a browser

Posted: Thu Jul 09, 2009 5:25 pm
by jackpf
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).

Re: css tool for real time changes inside a browser

Posted: Thu Jul 09, 2009 5:57 pm
by isaac_cm
jackpf many thanks