PDA

View Full Version : حرفه ای: نمايش عكس به صورت ماركيو



s_mokhtari
پنج شنبه 20 خرداد 1389, 11:45 صبح
با سلام:متفکر:
دوستان ميخوام يه سري عكس مثل سايت فروشگاه برنامه نويس به طرف بالا حركت كنه و وقتي روش مي ايستم متوقف بشه

با تشكر

blackcats
پنج شنبه 20 خرداد 1389, 11:52 صبح
خوب باید از tag marquee استفاده کنی

<MARQUEE TITLE="Hold down the mouse button to stop the marquee."
ONMOUSEDOWN="this.stop();"
ONMOUSEUP="this.start();"
onmouseout="this.start();"
onmouseover="this.stop()" direction="down" scrolldelay="">
<H1>Test Marquee</H1>
<P>Clicking the mouse button and holding it down
stops the marquee from scrolling.</P>
<INPUT TYPE=BUTTON VALUE="Demo Button"
ONCLICK="alert(`clicked');"></MARQUEE>


آخر کانفیگ marquee هست برو حالشو ببر.

Peyman.Gh
پنج شنبه 20 خرداد 1389, 11:54 صبح
<marquee direction="up" id="Marquee1" onmouseover="this.stop()" onmouseout="this.start()">
<img src=""/>
<img src=""/>
</marquee>
موفق باشید.