eads@18: /** eads@18: * IE is completely stupid about relative elements and stacking elements eads@18: * http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html eads@18: * This fix is specific to this demo page and won't be needed for most eads@18: * uses of BeautyTips eads@18: */ eads@18: div.example { eads@18: position: static; eads@18: }