.link-a {
position: absolute;
top: 190px;
left: 10px;
font-weight: 800;}
.link-b {
position: absolute;
top: -80px;
left: 10px;
font-weight: 800;}
.link-c {
position: absolute;
top: 190px;
left: 260px;
font-weight: 800;
width: 240px;}
.link-d {
position: absolute;
top: -80px;
left: 260px;
font-weight: 800;
width: 240px;}
#container-1,#container-2{
height: 92px;
width: 500px;
margin-bottom: 40px;
position: relative;
z-index: 0;
border-top: solid 1px #999;
border-left: solid 1px #999;
border-bottom: solid 1px #bbb;
background: transparent;}
.cover {
float: right;
height: 100%;
width: 250px;
margin-left: -240px;
border-left: solid 1px #bfbfbf;
background:
url(imagedepot/transparent.png);}
Links are swapped between upper and lower container, using absolute positioning. A cover-effect from the lower container should be the result.
- Link A is behind default background in container 2, and should therefore not work.
- Link C is behind transparent image in container 2, and should therefore not work.
Opera OK.
Moz/FF OK.
Safari OK.
IE6 FAILS. Link A is accessible. Link C is OK.
- Both modes tested.
IE5.0 win OK.
IE5.2 Mac FAILS. Link A is accessible. Link C is accessible.