20081002

Vim Folding - CSS Stylesheets - IE

A little quirk I noticed when using VIM folding in cascading style sheets with IE6. The foldings html comment entry <!-- {{{ --> seems to mess with IE handling of CSS, the style of the following element does not get honored completely. In my case, left and top were all of a sudden 0.

The fix is to insert a dummy element.

In Firefox the whole thing doesn't work like intended anyway.