Carl Cross wrote:
http://www.allaboutpets.org.uk/dogindex1.html
.indexColumnOne {
        position: absolute;
        width: 345px;
        left: 15px;
        top: 140px;
        z-index: 1;
        visibility: visible;

}
.indexColumnTwo {
        position: absolute;
        width: 345px;
        left: 385px;
        top: 140px;
        z-index: 2;
        visibility: visible;
> }


Well, when you look at the REAL source of that page, indexColumnTwo has property "left: 14px;", so no wonder it covers anything below it (and that page DON'T work even in IE5.0 I have here). Why browsers behave this way ('visible anchors are not working') is question for some CSS guru.


  JZ
_______________________________________________
mozilla-layout mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-layout

Reply via email to