Results 1 to 2 of 2

Thread: Netscape scroll problem ...

  1. #1

    Red face Netscape scroll problem ...

    Hello to you all,

    I have a 'little' problem.

    Maybe I'm not a big time developer, but mostly I can find some solution.
    I've designed a site to 'expose' artists and merchants to the internet [living in Indonesia] and that site I try to make cross screen-setting, cross browser compatible.
    The testing on screen-settings I do in 800x600 to 1280x1024; the browsers I use are :
    Internet Explorer 6 - FireFox 1.5.0.8 - Opera 9.02 and Netscape 7.2.

    I had to solve some nasty stuff; they really behave very different and they don't make life easy for programmers. Now comes the odd behaviour :

    It involves : a scroll mouse,
    Netscape 7.2,
    Google or Bidvertisers ads

    and our site : http://www.indo-craft.com

    When you focus on the ads mentioned and you scroll with your mouse, not the page scrolls, but the ads !?!
    This weird behaviour of Netscape I haven't been able to solve, despite hours of trying to repair this.
    It's 'JavaScripted' by the ad-owners and I use CSS and DIV, but tried with, without ++ ... And maybe I overlook something silly.
    Code:
    -CSS-
    .TopGoogle {position: relative;
    z-index:1;
    margin-left:15px;
    height:77px;
    width:73%;
    font: bold 9pt "lucida calligraphy", verdana, arial, sans-serif;
    background:#58A557;
    }
    
    -HTML-
    <div style="position:relative;z-index:1;left:15px;height:77px;width:73%"
     class="TopGoogle">
    <script language="JavaScript" type="text/javascript"><!--
    google_ad_client = "pub-7737602235511865";
    google_ad_width = 726;
    google_ad_height = 77;
    google_ad_format = "728x90_as";
    google_ad_type = "text_image";
    google_ad_channel ="";
    google_color_border = "58A557";
    google_color_bg = "58A557";
    google_color_link = "000075";
    google_color_text = "000000";
    google_color_url = "FFFFFF";
    //--></script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    </div>
    If anybody has a 'possible' solution, please let me know by posting here or contacting me directly.

    You may also comment on the site, for those who feel like, whether you like it or not, or maybe you see a bug. I welcome any comment.

    I hope, when you check my mentioned nasty Netscape BUG, it will not be there anymore ...

    TNX 4 CO-OP !

    FlyingDutchman

  2. #2

    Wink ... even here ...

    P.S. I use Netscape now and I see the ads behave the same on this forum

Posting Permissions

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