css tool for real time changes inside a browser

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
isaac_cm
Forum Commoner
Posts: 44
Joined: Wed May 17, 2006 8:47 am

css tool for real time changes inside a browser

Post 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
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: css tool for real time changes inside a browser

Post by jackpf »

I don't know about IE, but webdeveloper is an awesome FF addon.
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: css tool for real time changes inside a browser

Post by Eran »

Firebug for firefox
web developer toolbar for IE
isaac_cm
Forum Commoner
Posts: 44
Joined: Wed May 17, 2006 8:47 am

Re: css tool for real time changes inside a browser

Post by isaac_cm »

Many Thanks!!

and any other suggestion are welcome
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: css tool for real time changes inside a browser

Post 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).
isaac_cm
Forum Commoner
Posts: 44
Joined: Wed May 17, 2006 8:47 am

Re: css tool for real time changes inside a browser

Post by isaac_cm »

jackpf many thanks
Post Reply