Results 1 to 3 of 3

Thread: Scrolling TEXTinBOX Code

  1. #1
    Join Date
    Jul 2005
    Location
    Serbia & Montenegro
    Posts
    71

    Default Scrolling TEXTinBOX Code

    Scrolling TEXTinBOX Code


    Code:
     <style>
    <!--
    marquee {
    	background-color: #CCCCCC;	
    	color: #000000;
    	border-width: 2px;
    	border-style: solid;
    	border-color: #CCCCCC;
    	width: 180;
    	height: 180;
    	margin: 5px
    }
    -->
    </style>
    <marquee behavior="scroll" align="center" direction="up" scrollamount="1" scrolldelay="35" onmouseover='this.stop()' onmouseout='this.start()'>
    
     Type you text here !!!
    
     Insert Photo, and....
    </marquee>

  2. #2
    Join Date
    Aug 2004
    Location
    USA
    Posts
    996

    Default

    Or you can just use simple
    Code:
    <marquee size=1 scrollamount=1 direction=up>Text here</marquee>
    Moving text in a text box is about usless as having text period.

  3. #3
    Join Date
    Apr 2005
    Posts
    56

    Default

    Nice Marquee Zoli and CFE !!

    :P

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
  •