Z-index, blocks superimposed on each other, the references in those blocks above all

simonjenks1

New Member
\[code\]<style>a { position:absolute; top:20px; color:#0F0; z-index:5; }div { position:absolute; top:0; left:0; width:100%; height:50px; background:#066; }.a { z-index:4; }.b { z-index:3; }.c { z-index:2; }.d { z-index:1; }.a a { left:10px; }.b a { left:50px; }.c a { left:100px; }.d a { left:150px; }</style><div class="a"><a href="http://stackoverflow.com/questions/9963831/#" title="">123</a></div><div class="b"><a href="http://stackoverflow.com/questions/9963831/#" title="">123</a></div><div class="c"><a href="http://stackoverflow.com/questions/9963831/#" title="">123</a></div><div class="d"><a href="http://stackoverflow.com/questions/9963831/#" title="">123</a></div>\[/code\]The desire only one thing that all the links were on the blocks. In ie7 it worked.To help out.
 
Top