Results 1 to 7 of 7

Thread: CSS Problems *Resolved*

Threaded View

  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.

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