CSS Vista!! o la la!
Something that I had wished for long is now a reality! I can now edit CSS live in Internet Explorer. The feature that was available only in Firefox. Isn’t that cool!!
CSS VISTA
CSSVista is a free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously.
July 6th, 2007 at 11:19 am
Cool Tool !! must have for all css coders. Better than ‘view in IE’ Firefox add-on.
May 28th, 2010 at 6:16 am
When I design a sight I design first and code second. I find that using pure CSS layout , like an obnoxious backseat driver, often ends up stearing the design a little bit in the end. This is most often a problem when floating elements inside a centered div – the darn footer elements colapse upwards; don’t float use positining and margins? Crossbrowser catastrophe! Usually one simple table takes care of so many things.