Please refresh your browser or click any link to seeing the banner shown random

e diel, 15 korrik 2007

Image in the marquee

This is just example for image in the marquee.

  • Example 1 :

  • <marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" width="100%" height="200" align="center">

    <img src="http://pic50.picturetrail.com/VOL399/8403005/15651300/238003026.jpg" height="130" width="190" />
    <br/><br/>
    <img src="http://pic50.picturetrail.com/VOL399/8403005/15651300/237997596.jpg" height="130" width="190" />

    </marquee>


    Result :





  • Example 2 :


  • <table border="10" cellpadding="3" height="135" width="195"/>
    <tr>
    <td>
    <marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" width="192" height="132" align="center">

    <img src="http://pic50.picturetrail.com/VOL399/8403005/15651300/238003026.jpg" height="130" width="190" />
    <br/>
    <img src="http://pic50.picturetrail.com/VOL399/8403005/15651300/237997596.jpg" height="130" width="190" />

    </marquee>
    </td>
    </tr>
    </table>



    Result :




  • example 3 :


  • <table border="10" cellpadding="3" height="135" width="195" bgcolor="#b1c3d9" />
    <tr>
    <td>
    <marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" width="192" height="132" align="center">

    <img src="http://pic50.picturetrail.com/VOL399/8403005/15651300/238003026.jpg" height="130" width="190" />
    <br/>
    <img src="http://pic50.picturetrail.com/VOL399/8403005/15651300/237997596.jpg" height="130" width="190" />

    </marquee>
    </td>
    </tr>
    </table>



    Result :


    [+/-] Read more...