Jump to content

2 HTML codes


Guest CharmedOne92

Recommended Posts

Guest CharmedOne92

Can anyone give me the codes to change how your cursor looks on a site and that code that changes the site so that when you click a link on it the page fades in and out? An example of a site that has these two things is http://thecharmedones.co.uk.Fixed - Jonas

Link to comment
Share on other sites

Can anyone give me the codes to change how your cursor looks on a site and that code that changes the site so that when you click a link on it the page fades in and out? An example of a site that has these two things is http://thecharmedones.co.uk.Fixed - Jonas

1)You can change the mouse cursor by using CSS, example below:<a href="http://www.google.com" style="cursor:crosshair">Google</a>For a list of available cursors look here: (ps you can also create your own)http://www.w3schools.com/css/pr_class_cursor.asp--------------------------2)To make the page fade in and out go to this page and scroll down to Page Enter Effects at the very bottom of the pagehttp://www.w3schools.com/dhtml/dhtml_examples.aspThe page enter effects only work in ie though.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...