Results 1 to 5 of 5

Thread: IFRAME scroller problems when adding into website

  1. #1
    Join Date
    Feb 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation IFRAME scroller problems when adding into website

    1) Script Title:

    IFRAME scroller

    2) Script URL (on DD):

    http://www.dynamicdrive.com/dynamici...e-scroller.htm

    3) Describe problem:

    First of all, hello guys.

    Ok I can't install the scroller on my website inside when I change the layer from " Positioning style " to None, The scoller doesnt work, it just stays as a normal text.

    Here is the script working before changing "Positioning Style"

    <html>
    <body>
    <div id="datacontainer" style="position:absolute;left:261px;top:657px;width:100&#37;; float:left" onMouseover="scrollspeed=0" onMouseout="scrollspeed=cache">

    <!-- ADD YOUR SCROLLER CONTENT INSIDE HERE -->

    <b>What's Hot</b></p>
    <p align="left"><strong><font face="Verdana"><small><a href="http://www.dynamicdrive.com/dynamicindex9/encrypter.htm" target="_top">
    Source code encrypter</a>&nbsp;</small></font></strong><br>
    <font face="Verdana" size="2">Scramble the source of any chunk of code using
    this unique script.</font></p>
    <p align="left"><strong><font face="Verdana"><small><a href="http://www.dynamicdrive.com/dynamicindex5/flashlink.htm" target="_top">
    Flashing links</a>&nbsp;</small></font></strong><br>
    <font face="Verdana"><small>Bring attention to special links, by making them
    flash!</small></font></p>
    <p align="left"><small><strong><font face="Verdana"><a href="http://www.dynamicdrive.com/dynamicindex13/roamcursor.htm" target="_top">
    Roaming Cursor</a>&nbsp;</font></strong></small><br>
    <small><font face="Verdana">Display a second, &quot;roaming&quot; cursor on your page with
    this fun animation script.</font></small></p>
    <p align="left"><font face="Verdana"><strong><a href="http://www.dynamicdrive.com/dynamicindex11/animatedtitle.htm" target="_top"><small>
    Animated Document title</small></a><br>
    </strong><small>Animate into view your document's title!</small></font>

    <!-- END SCROLLER CONTENT -->

    </div>

    <script type="text/javascript">



    Now after changing Positioning Style into none:

    <html>
    <body>
    <div id="datacontainer" style="width:100%; float:left" onMouseover="scrollspeed=0" onMouseout="scrollspeed=cache">

    <!-- ADD YOUR SCROLLER CONTENT INSIDE HERE -->

    <b>What's Hot</b></p>
    <p align="left"><strong><font face="Verdana"><small><a href="http://www.dynamicdrive.com/dynamicindex9/encrypter.htm" target="_top">
    Source code encrypter</a>&nbsp;</small></font></strong><br>
    <font face="Verdana" size="2">Scramble the source of any chunk of code using
    this unique script.</font></p>
    <p align="left"><strong><font face="Verdana"><small><a href="http://www.dynamicdrive.com/dynamicindex5/flashlink.htm" target="_top">
    Flashing links</a>&nbsp;</small></font></strong><br>
    <font face="Verdana"><small>Bring attention to special links, by making them
    flash!</small></font></p>
    <p align="left"><small><strong><font face="Verdana"><a href="http://www.dynamicdrive.com/dynamicindex13/roamcursor.htm" target="_top">
    Roaming Cursor</a>&nbsp;</font></strong></small><br>
    <small><font face="Verdana">Display a second, &quot;roaming&quot; cursor on your page with
    this fun animation script.</font></small></p>
    <p align="left"><font face="Verdana"><strong><a href="http://www.dynamicdrive.com/dynamicindex11/animatedtitle.htm" target="_top"><small>
    Animated Document title</small></a><br>
    </strong><small>Animate into view your document's title!</small></font>

    <!-- END SCROLLER CONTENT -->

    </div>

    <script type="text/javascript">


    please guys help me, If I leave it as a " free-box " it shows up in differents places on the web page, I want that scroller to be inside of the table to make life easier

    Thank you so much

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    Could you post a link to the problem page so that we can see if there is something else that may be causing the problem? This will give you better results/solutions.

  3. #3
    Join Date
    Feb 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I could send it to you, The page is off-line

  4. #4
    Join Date
    Feb 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Come on guys, I really need help

  5. #5
    Join Date
    Feb 2007
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Is alright I got it already

Bookmarks

Posting Permissions

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