/    Sign up×
Community /Pin to ProfileBookmark

Pop Ups Conflicting each other and more…

Hey there, wondering if someone can give a me hand here.

On my site: [url]http://www.ballyhoorocks.com[/url]

  • 1.

    I have an MP3 Player pop up and a pop up for our band bio. They don’t work with IE. Are there any pop-up scripts that work with both?

  • 2.

    For some reason the 2 pop-ups are the same size, which is wron. I have both sizes set in the code, but they come up the same size.

  • 3.

    The Absolute Scrolling Text on the “News” page conflicts with my mouseovers. It has to so with this:

  • <body bgcolor=”#000000″ onLoad=”InitialiseScrollableArea()” [COLOR=red]<–if i put this code anywhere else, the scrolling text doesn’t show up![/COLOR]

    onLoad=”MM_preloadImages(‘hoonews_r2_c1_f2.jpg’,’hoonews_r2_c2_f2.jpg’,’hoonews_r2_c3_f2.jpg’,’hoonews_r2_c4_f2.jpg’,’hoonews_r2_c5_f2.jpg’,’hoonews_r2_c6_f2.jpg’,’hoonews_r2_c7_f2.jpg’,’hoonews_r2_c8_f2.jpg’,’hoonews_r2_c9_f2.jpg’);”>

    <table border=”0″ cellpadding=”0″ cellspacing=”0″ width=”750″>
    <!– fwtable fwsrc=”news.png” fwbase=”hoonews.jpg” fwstyle=”Dreamweaver” fwdocid = “2001781347” fwnested=”0″ –>

    Can anyone help with any of these?!

    to post a comment
    JavaScript

    3 Comments(s)

    Copy linkTweet thisAlerts:
    @HowiauthorFeb 07.2005 — so no one can help me with this?
    Copy linkTweet thisAlerts:
    @FangFeb 07.2005 — The [i]name[/i] in window.open can not contain "/" or "."

    Many of the JavaScript functions are missing and the basic structure of the page is incorrect

    Basic document:&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd"&gt;
    &lt;html lang="en"&gt;
    &lt;head&gt;
    &lt;title&gt;Basic HTML&lt;/title&gt;
    &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt;
    &lt;meta name="Content-Script-Type" content="text/javascript"&gt;
    &lt;meta name="Content-Style-Type" content="text/css"&gt;
    &lt;meta name="copyright" content="Basic HTML"&gt;
    &lt;meta name="keywords" content="Basic HTML"&gt;
    &lt;meta name="description" content="HTML template"&gt;

    &lt;script type="text/javascript"&gt;
    &lt;!--
    // all JavaScript here

    //--&gt;
    &lt;/script&gt;

    &lt;style type="text/css"&gt;
    &lt;!--
    /* cascading style sheet */

    --&gt;
    &lt;/style&gt;

    &lt;/head&gt;
    &lt;body&gt;
    &lt;!-- html here --&gt;

    &lt;/body&gt;
    &lt;/html&gt;


    Please read [URL=http://www.w3schools.com/default.asp]HTML, CSS and JavaScript tutorials[/URL]
    Copy linkTweet thisAlerts:
    @HowiauthorFeb 07.2005 — cool thanx!
    ×

    Success!

    Help @Howi spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 6.17,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @nearjob,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,
    )...