I have a site

http://www.allaboutpets.org.uk/dogindex1.html

Now on all of the cat doh horse index pages when using netscape
browser ( all versions ) the download links in the left column do not
work.

If you try using PC Explorer ( all versions 4 and above ) the links
work fine.

I have no idea why Netscape cannot see these links.

My guess would relate to the css rules which define the placement of
layers such as;

.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;

It is the links in .indexColumnOne that are not focussed.

Can anyone please help me with this one

Many thanks

carl Cross blue cross animal charity
_______________________________________________
mozilla-layout mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-layout

Reply via email to