Rick Gordon wrote:
> I'm trying to work through the IE7 z-index bug, where I have set up the blog 
> posts to enlarge when hovered over. Works in FF, Safari, Chrome, Opera, and 
> IE 8.
>
>   





RE: <ttp://testlloyd.blogspot.com/>


Rick,

Please see <http://chelseacreekstudio.com/ca/cssd/lk.htm>
Seems to work this end in IETester IE/7.0 on Mac OS X 10.4.

Whether it will do so on your end... remains to be seen.
If it does work, you probably can trim-out some of the selectors from 
the below ball of confusion below:

*:first-child+html #content-wrapper,
*:first-child+html #main-wrapper,
*:first-child+html #main #wrapper,
*:first-child+html #main,
*:first-child+html #post-outer,
*:first-child+html #post-outer #post-main:hover
{z-index: 10;}

*:first-child+html #content-wrapper #sidebar {z-index: -1; }/*minus 1*/

Good luck.

Best,
~d





-- 
desktop
http://chelseacreekstudio.com/


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to