Skip to content

Comments

mouse pointer#2

Open
vyshnavy wants to merge 4 commits intonikhitacherian:masterfrom
vyshnavy:master
Open

mouse pointer#2
vyshnavy wants to merge 4 commits intonikhitacherian:masterfrom
vyshnavy:master

Conversation

@vyshnavy
Copy link

@vyshnavy vyshnavy commented Oct 21, 2018

`

Smiley

The function bigImg() is triggered when the user mouse over the image. This function enlarges the image.

The function normalImg() is triggered when the mouse pointer is moved out of the image. That function sets the height and width of the image back to normal.

<script> function bigImg(x) { x.style.height = "64px"; x.style.width = "64px"; } function normalImg(x) { x.style.height = "32px"; x.style.width = "32px"; } </script> `

@vyshnavy vyshnavy closed this Oct 21, 2018
@vyshnavy vyshnavy reopened this Oct 21, 2018
@vyshnavy vyshnavy changed the title kjlj mouse pointer Oct 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant