View RSS Feed

Most Popular Blogs

  1. Randomizing Fading Scroller

    The script does not have a randomizing option on the scroller, and due to a recent thread I made. (http://www.dynamicdrive.com/forums/s...70&postcount=2).

    Your new code should look like this:
    Code:
    <script type="text/javascript">
    
    /***********************************************
    * Fading Scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit
    ...
    Categories
    Uncategorized
  2. Broadcast your YouTube-playlists

    People using YouTube-playlists do so on their YouTube-channels, most of the time. But we don't need YouTube to broadcast our YouTube-playlists. We only need YouTube to create them and to determine our playlist-number(s). If you want to broadcast your playlists outside any channel, do the following.

    Go to http://www.youtube.com/my_videos. (You have to create a YouTube account if you are 'new').
    Create a playlist and add videos to it by clicking on 'add videos', or simply add ...

    Updated 07-19-2011 at 07:55 PM by molendijk

    Categories
    Uncategorized
  3. Dynamically minimizing a DHTML Window

    Original Script: DHTML Window

    By default the DHTML Window script can only be minimized by clicking on the "minimize" icon located on the upper right of the opened window. Someone asked on the forums if there's a way to do this dynamically, such as via a link instead. Well, certainly. Given the below example DHTML Window:

    Code:
    var googlewin=dhtmlwindow.open("googlebox", "iframe", "http://images.google.com/", "#1: Google Web site",
    ...
    Tags: div Add / Edit Tags
    Categories
    DD Scripts Mods
  4. "Drop Up" option for Anylink and Anylink CSS Menu

    Quite a few members have asked for the ability to have a menu drop upwards (instead of the default downwards) for either Anylink Menu and Anylink CSS Menu. With that said, use the below attached modified versions of the respective .js files for the two scripts to achieve this. Then, inside the HTML markup for the anchor link of a menu, to get the menu to drop up for it, make use of the data-dir attribute:

    Code:
    <p><a href="http://www.dynamicdrive.com" class="menuanchorclass"
    ...
    Categories
    DD Scripts Mods
    Attached Thumbnails Attached Files
  5. Stretching an iframe or an object with pixel precision

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <meta http-equiv="Content-Style-Type" content="text/css">
    <meta http-equiv="Content-Script-Type" content="text/javascript">
    <title></title>
    ...

    Updated 06-17-2010 at 09:45 PM by molendijk

    Categories
    CSS related
Page 13 of 16 FirstFirst ... 31112131415 ... LastLast