Mercurial > defr > drupal > scald > dnd
comparison js/bt/DEMO/demofiles/demo-ie-fix.css @ 18:0d557e6e73f7
Added beautytips and some additional event handling code to the library.
author | David Eads <eads@chicagotech.org> |
---|---|
date | Fri, 06 Mar 2009 14:11:46 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
17:1a77f87927dd | 18:0d557e6e73f7 |
---|---|
1 /** | |
2 * IE is completely stupid about relative elements and stacking elements | |
3 * http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html | |
4 * This fix is specific to this demo page and won't be needed for most | |
5 * uses of BeautyTips | |
6 */ | |
7 div.example { | |
8 position: static; | |
9 } |