Results 1 to 7 of 7

Thread: CSS Problems *Resolved*

  1. #1

    Thread Starter
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    CSS Problems *Resolved*

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

    <div id="MainLayer" class="MainLayer">
    <div id="ContentLayer" class="ContentLayer">
    <div id="doubletextpanel" class="doubletextpanel">
    </div>
    </div>
    </div>

    <div id="MainLayer" class="MainLayer">
    <div id="ContentLayer" class="ContentLayer">
    <div id="singletextpanel" class="singletextpanel">
    </div>
    </div>
    </div>

    Help appreciated.

    DJ
    Attached Files Attached Files
    Last edited by dj4uk; Aug 25th, 2003 at 04:53 AM.

  2. #2
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727
    perhaps its bcuse you given both a z-index of 100?

  3. #3

    Thread Starter
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131
    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.

  4. #4
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727
    yes but both these layers will be in the same position on screen. make ones z index 101 and see if the link on this one then works

  5. #5

    Thread Starter
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131
    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.

  6. #6
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    I am sorry but there probably isn't much you can do about any CSS displaying incorrectinly in Netscape 4.7.

    That browser has the worst rendering engine ever created. It WILL NOT display, probably most, if not, all CSS incorrectly.

  7. #7

    Thread Starter
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131
    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.

    Thanks for all the suggestions.

    DJ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width