Hi
Trying to write the Holy Grail 3-column layout as cross-browser
compatible.
Not much luck so far. Stuck on a problem with FireFox.
<!--[if IE 7]>
<div id="rightimage" >
<img style="position : absolute; z-index: 0;
right: 0px; top: 0px;" src="images/right-column-graphic_b.jpg" alt=""
title=""/>
</div>
<![endif]-->
<!--[if !IE 7]>
<img style="position : absolute; z-index: 0; right:
0px; top: 0px;" src="images/right-column-graphic.jpg" alt=""
title=""/>
<![endif]-->
FireFox will not display the graphics.
<![if IE 7]>
<div id="rightimage" >
<img style="position : absolute; z-index: 0;
right: 0px; top: 0px;" src="images/right-column-graphic_b.jpg" alt=""
title=""/>
</div>
<![endif]>
<![if !IE 7]>
<img style="position : absolute; z-index: 0; right:
0px; top: 0px;" src="images/right-column-graphic.jpg" alt=""
title=""/>
<![endif]>
FireFox displays BOTH graphics, one on top of the other.
Any advice ?
Trying to write the Holy Grail 3-column layout as cross-browser
compatible.
Not much luck so far. Stuck on a problem with FireFox.
<!--[if IE 7]>
<div id="rightimage" >
<img style="position : absolute; z-index: 0;
right: 0px; top: 0px;" src="images/right-column-graphic_b.jpg" alt=""
title=""/>
</div>
<![endif]-->
<!--[if !IE 7]>
<img style="position : absolute; z-index: 0; right:
0px; top: 0px;" src="images/right-column-graphic.jpg" alt=""
title=""/>
<![endif]-->
FireFox will not display the graphics.
<![if IE 7]>
<div id="rightimage" >
<img style="position : absolute; z-index: 0;
right: 0px; top: 0px;" src="images/right-column-graphic_b.jpg" alt=""
title=""/>
</div>
<![endif]>
<![if !IE 7]>
<img style="position : absolute; z-index: 0; right:
0px; top: 0px;" src="images/right-column-graphic.jpg" alt=""
title=""/>
<![endif]>
FireFox displays BOTH graphics, one on top of the other.
Any advice ?
Comment