new-ish programmer, need help with website

whole.leaf.hawk

Beta member
Messages
3
i have my template made out, it's all coded basically...i just need help with two things, theres text in the bottom left frame thing, i want it to stop when i mouse over one of the links inside it, here's the code i used
Code:
<marquee scrollamount=2 direction=up height=147 width=166 align=center scrolldelay="1" onmouseover="this.stop()" onmouseout="this.start()">
but this ^^ isn't stopping when i mouse over, theres an example at this page
im pretty sure its only workin well in internet explorer, in firefox its weird

and the other problem is my main frame, i wanted to make it so theres a little scrollbar in that main box, but im not sure how to do it
 
wow, that is awesome. it works in Mozilla.

mousestop is done by the javascript function this.stop()
my guess is that you don't have that function referenced in your page.
 
i had previewed it in iexplorer, the javascript this.stop() wasnt reading correctly....now it works, and in mozilla the main box thing isnt really showing up and looks weird, cut up sort-of, hard to explain...
thanks for saying it looks good...:)

any ideas for the scrollbar in the main box?
 
Back
Top Bottom