I'm experiencing problems with a CSS used by Netscape 4.7.
I have a different style sheet that is used for each browser (the html code is identical for all browsers) however when view in Netscape 4.7 links within a couple of the layers do not work (even the pointing hand doesn't appear). Everything works fine in Netscape 6+ and IE.
It must be a CSS problem - but I can't find out why - anyone have any ideas? Attached is the css for Netscape 4.7 - the problem layers are doubletextpanel and singletextpanel. Please note however that both these layers are nested within MainLayer and ContentLayer like so...
That makes no difference - I increased the z-index as I thought maybe another layer might be overlapping them and hence stopping the links from working. The z-index can be any integer.
Sorry didn't explain quite right. The two layers in question never appear on the same screen but they experience the same problems. Sorry I wasn't clearer.
I managed to sort this in the end. It seemed that with netscape 4.7 links won't work if you use position:relative. As soon as you remove this or use position:absolute the links work fine. So once this was removed and there was a little jiggling around with the ns4.7 CSS everythings fine.