This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-10-23 22:07:38

dudestude
Scratcher
Registered: 2010-05-19
Posts: 26

How do you make a mouse-over on Weebly?

Whoever gives me an answere that works (has to be easy) gets their website at the top of the new page "Featured Websites!"  I'm adding!!! Please Reply ASAP!!!!!!!!!


http://img195.imageshack.us/img195/7605/merrychristmasdudestude.png Hi!!!  big_smile

Offline

 

#2 2011-10-23 22:10:15

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: How do you make a mouse-over on Weebly?

<div title="tooltip">text</div>

i believe


Posts: 20000 - Show all posts

Offline

 

#3 2011-10-23 22:55:20

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: How do you make a mouse-over on Weebly?

Won't the div just make a section? Wouldn't you need JS for that? Or am I missing something?

Offline

 

#4 2011-10-23 22:55:50

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: How do you make a mouse-over on Weebly?

kayybee wrote:

Won't the div just make a section? Wouldn't you need JS for that? Or am I missing something?

no it's a div title :I


Posts: 20000 - Show all posts

Offline

 

#5 2011-10-23 22:56:41

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: How do you make a mouse-over on Weebly?

Oh. Does "tooltip" make it mouse over?

Offline

 

#6 2011-10-23 22:57:22

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: How do you make a mouse-over on Weebly?

kayybee wrote:

Oh. Does "tooltip" make it mouse over?

yeah


Posts: 20000 - Show all posts

Offline

 

#7 2011-10-23 22:58:50

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: How do you make a mouse-over on Weebly?

veggieman001 wrote:

kayybee wrote:

Oh. Does "tooltip" make it mouse over?

yeah

Wow. I never knew that.

*goes to try it out*

Is there a list of these?

EDT:  hmm  well that didn't work  sad

Last edited by kayybee (2011-10-23 23:08:57)

Offline

 

#8 2011-10-23 23:10:52

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: How do you make a mouse-over on Weebly?

hmm

did you do

<div title="this is a tooltip">here is my text</div>


Posts: 20000 - Show all posts

Offline

 

#9 2011-10-23 23:13:32

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: How do you make a mouse-over on Weebly?

Nope, didn't work either.  sad

Offline

 

#10 2011-10-23 23:16:17

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: How do you make a mouse-over on Weebly?

well i don't know why


Posts: 20000 - Show all posts

Offline

 

#11 2011-10-24 08:59:52

maxskywalker
Scratcher
Registered: 2008-01-27
Posts: 1000+

Re: How do you make a mouse-over on Weebly?

Well, I'd use HTML.  Find the element and [i]onClick="alert('Hello World!');" somewhere in it.  The popup is just a sample.  Make sure to use the semicolon ( wink  and to replace and quotes in the JS with single-quotes.

Offline

 

#12 2011-10-24 13:08:00

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: How do you make a mouse-over on Weebly?

Code:

<img border=0 src="IMAGE URL" style="margin-right:12px;"onmouseover="this.src='MOUSE OVER IMAGE URL';" onmouseout="this.src='IMAGE URL';"/>

http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

Board footer