• Hi guys im having a big problem with big white space…

    when using ie7 browser… its having a white big space… it loads first all and I can see the layout is fine.. but after that.. its having an error…

    a big white space occur everytime when im using IE7..

    heres the link sirs..

    http://74.53.73.41/~identity/

    Please help thanks a lot

Viewing 3 replies - 1 through 3 (of 3 total)
  • Start with JS error:

    Message: Object doesn’t support this property or method
    Line: 618
    Char: 3
    Code: 0
    URI: http://74.53.73.41/~identity/

    You’re using jQuery 1.4.2 and $ is in conflict with that. So on line 618 locate:

    $(document).ready(function() {
        $('#coin-slider').coinslider({

    and change to:

    jQuery(document).ready(function($) {
        $('#coin-slider').coinslider({

    This is step one.

    Thread Starter melster777

    (@melster777)

    thanks will do that now..

    Thread Starter melster777

    (@melster777)

    hi i already change that into a new one.. whats our next step..

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Desperado Here.. Help! having Big white space on WP using IE 7’ is closed to new replies.