Bored again.
I'm.... You guessed it - bored.
So I'm just going to type whatever comes into mind.
I'm on the computer. I am typing. I did most of my homework, but I still have to do my stupid timeline. Waah. And speaking of timelines, they're cool. But homework isn't. School is cool, but not really. I'm weird. That's all.
Edit (18:41) ~ ... I fixed the glitch that makes the marquee NOT stop on mouseover. My intent was for it to STOP on mouseover.
For curious people who will actually understand this, this is what happened.
That's the code for my news marquee.
Now take a look at this part.
<marquee direction=up scrollamount=1 scrolldelay=16 onmouseover="this.stop()" onmouseout="this.start()" class="newsmarquee">
And this.
<marquee direction=up scrollamount=1 scrolldelay=16 omouseover="this.stop()" onmouseout="this.start()" class="newsmarquee">
Comparison:
<marquee direction=up scrollamount=1 scrolldelay=16 onmouseover="this.stop()" onmouseout="this.start()" class="newsmarquee">
<marquee direction=up scrollamount=1 scrolldelay=16 omouseover="this.stop()" onmouseout="this.start()" class="newsmarquee">
For people who don't understand it, this is how it works.
onmouseover="this.stop()"
is a marquee thing I learned. It tells the browser to stop the marquee when the mouse moves over it.
omouseover="this.stop()"
is the incorrect one. Try to find the mistake.
See? If you can't find it, click here.
______________________________
~Pandu
"Thou art foolish, asshole. I hate coloring." - Nada
So I'm just going to type whatever comes into mind.
I'm on the computer. I am typing. I did most of my homework, but I still have to do my stupid timeline. Waah. And speaking of timelines, they're cool. But homework isn't. School is cool, but not really. I'm weird. That's all.
Edit (18:41) ~ ... I fixed the glitch that makes the marquee NOT stop on mouseover. My intent was for it to STOP on mouseover.
For curious people who will actually understand this, this is what happened.
<center><fieldset style="width:200px;height:150px;">
<legend><font size=1>Powered by <a href="http://www.feedroll.com/">Feedroll.com</a></font></legend>
<marquee direction=up scrollamount=1 scrolldelay=16 onmouseover="this.stop()" onmouseout="this.start()" class="newsmarquee">
<script language="javascript" type="text/javascript" src="http://www.feedroll.com/rssviewer/view_rss.php?type=js&source_id=1&feed_width=300&frame_color=black&title_textcolor=black&title_bgcolor=CCFFCC&box_textcolor=black&box_bgcolor=CCFF99&feed_showborder=0&feed_spacing=2&feed_align=left&feed_textsize=12&feed_textfont=Georgia Ref, Sans-serif&feed_maxitems=20&feed_desclimit=&feed_compact=1&feed_xmlbutton=0&link_openblank=1"></script></marquee>
</fieldset></center>
<legend><font size=1>Powered by <a href="http://www.feedroll.com/">Feedroll.com</a></font></legend>
<marquee direction=up scrollamount=1 scrolldelay=16 onmouseover="this.stop()" onmouseout="this.start()" class="newsmarquee">
<script language="javascript" type="text/javascript" src="http://www.feedroll.com/rssviewer/view_rss.php?type=js&source_id=1&feed_width=300&frame_color=black&title_textcolor=black&title_bgcolor=CCFFCC&box_textcolor=black&box_bgcolor=CCFF99&feed_showborder=0&feed_spacing=2&feed_align=left&feed_textsize=12&feed_textfont=Georgia Ref, Sans-serif&feed_maxitems=20&feed_desclimit=&feed_compact=1&feed_xmlbutton=0&link_openblank=1"></script></marquee>
</fieldset></center>
That's the code for my news marquee.
Now take a look at this part.
<marquee direction=up scrollamount=1 scrolldelay=16 onmouseover="this.stop()" onmouseout="this.start()" class="newsmarquee">
And this.
<marquee direction=up scrollamount=1 scrolldelay=16 omouseover="this.stop()" onmouseout="this.start()" class="newsmarquee">
Comparison:
<marquee direction=up scrollamount=1 scrolldelay=16 onmouseover="this.stop()" onmouseout="this.start()" class="newsmarquee">
<marquee direction=up scrollamount=1 scrolldelay=16 omouseover="this.stop()" onmouseout="this.start()" class="newsmarquee">
For people who don't understand it, this is how it works.
onmouseover="this.stop()"
is a marquee thing I learned. It tells the browser to stop the marquee when the mouse moves over it.
omouseover="this.stop()"
is the incorrect one. Try to find the mistake.
See? If you can't find it, click here.
______________________________
~Pandu
"Thou art foolish, asshole. I hate coloring." - Nada
thats cool
Posted by Anonymous at 17/9/05 7:12 AM