I’m familiar with the VM solutions to run Windows on Mac, but my question is if there is a software that allows me to style in live preview mode via VM for IE?
e.x. in CSSEdit on Mac you can see changes you make in the CSS file live in the browser. I would love to have this functionality for styling IE too.
UPDATE:
to make the question a little bit clearer:
I need a desktop/Mac OS application that allows CSS styling and (!) has a live preview functionality that works accross Windows VM.
I don’t have Internet Explorer to play with, so I can’t say for sure whether this technique will work, but you can make live in-page edits with Chromium, Opera and Firefox (on Ubuntu 10.10), with the following as an example:
And with the CSS:
JS Fiddle demo
Edited to note that in Chromium, if not others, using a carriage-return in the in-page, editable,
styleblock can cause problems.Edited to add that while a carriage-return/newline using the enter button is problematic, shift + enter works fine (in Chromium and Firefox at least, the others I’ve not tested).
Updated the JS Fiddle demo in response.