Friday, September 16, 2011

Title Bar Scrolling Marquee


Title Bar Scrolling Marquee
Use the Title Bar Marquee/Scroller generator at the top of the page to automatically generate a scrolling title bar for your page.

<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
        <title>Static Title</title>
        <script src="http://code.jquery.com/jquery-1.6.2.min.js"></script>
        <script src="jquery.marqueetitle.js"></script>
        <script language="JavaScript" type="text/javascript">
            $(document).ready(function() {
                $(document).marqueeTitle({
                    'message'     : ' Example Marquee Text (Jafar Khan 9451293997)',
                    'time'      : 400
                });
            });
        </script>
    </head>
<body>
</body></html>

See Demo Now Click Here





No comments:

Post a Comment