MaggsWeb:7

www.maggsweb.com

Posts Tagged ‘ IE ’

Some CSS effects don’t work in IE, damn them, so that leaves 2 options.

Either forget that you have coded some nice roll-over effects that the majority of people wont see…

Or, add an IE-specific javascript fix.
[More]

Expressions in CSS / IE fix

September 2, 2008 | Comments | CSS, HTML

This wont pass CSS validation, but its usefull to know that expressions can be added into css.
[More]

Find switching between IE and FF annoying? Does the site jump sideways all the time? This is because IE will ALWAYS reduce the window size and display the scroll bar, even if it is not used. FF wont display it unless it is required (as it should be).
OK, this is the ‘wrong way solution’, but it solves the problem. Force the scrollbar in FF.
[More]