NAVIGATION
This shows you the differences between two versions of the page.
|
english:other-enhancements:mootools:fontsizer [2011/01/12 17:16] Knut Heermann (flip-flop) |
english:other-enhancements:mootools:fontsizer [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{indexmenu_n>10}} | ||
| ====== Dynamic font resizing ====== | ====== Dynamic font resizing ====== | ||
| Line 172: | Line 173: | ||
| case 'normal': | case 'normal': | ||
| default: | default: | ||
| - | $( fsize_section ).setStyle(''); | + | // $( fsize_section ).setStyle(''); // trouble with IE8 ??? |
| fsize = 1; | fsize = 1; | ||
| $( fsize_section ).setStyle('font-size', fsize+'em'); | $( fsize_section ).setStyle('font-size', fsize+'em'); | ||