Search : in
By :

Help to build a website

Last answer on Jul 6, 2008 12:13:58 pm BST hard678, on Jul 5, 2008 5:32:22 pm BST 
 Report this message to moderators

Hi ,

I am building a website i would like to more command to be able to customize it , i would like to add some animation when moving the mouse pointer on the website

Can someone send me some command


Below what i have already done by myself
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
body{
font-family:tahoma;
font-size:11px;
margin:0px;
padding:0px;
background-color:#EFEFEF;
}
strong{font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#3A2F17;
}
p{font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
color:#555555;
text-align:justify;
}
.menu td{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
color:#FFFFFF;
}
.menu a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
color:#FFFFFF;
text-decoration:none;
}
.menu a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
color:#FF9900;
text-decoration:none;
}
</style>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table id="Table_01" width="775" height="453" border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#FFFFFF">
<tr>

Configuration: Windows XP
Internet Explorer 6.0

Best answers for « Help to build a website » in :
Make an upload space on your website Show Make an upload space on your website Where to get it What to do What to change on your website Websites nowadays propose an upload space where you can send your small or large files online. This is quite useful when it comes to...
Publish a PDF file on your website ShowPublish a PDF file on your Website Displaying a link to a PDF on your Website Displaying the PDF on your website Displaying a link to a PDF on your Website Proposing a PDF link on your own website is an operation that can seem...
Playing music on your website ShowPlaying music on your website Introduction Dewplayer XSPF Web Music Player Zanorg Radio MyFlashFetish Introduction If you are searching for a simple and lightweight solution to enable music on your website independent from web...
How to create your own Website ShowHow to create your own Website What is HTML? Example 1: HTML Tags HTML Elements Basic HTML Tags to Remember Example 2 HTML Attributes and Values Example 3 Colour Tags Example 4 Text Formatting Example 5 HTML Division Tags Example...
Download WebSiteZip Packer ShowDescription The application is designed by spadix software. WebSiteZip Packer is a tool that turns your HTML pages into standalone applications. Simple and easy to use, the application has been awarded from various places. Offering an intuitive...
Measuring Website Traffic ShowMeasuring and Qualifying Website Traffic Every webmaster's goal is to increase traffic to his or her website, i.e. increase the number of visits everyday. Therefore, it is essential to have indicators that, on the one hand, facilitate the...
Webmaster (Website administrator) ShowWebmaster (Website administrator) A webmaster (also called a website administrator) is in charge of maintaining and developing the company's website. To do so, he/she works to define the architecture and tree structure of the website, sometimes in...
Certificates ShowIntroduction to the concept of certificates Asymmetric encryption algorithms are based on the sharing of a public key among various users. In general, this key is shared via an electronic directory (usually in LDAP format) or a website. However,...

1

 great_0, on Jul 6, 2008 12:13:58 pm BST

), insert the following HTML code between the <HEAD></HEAD> tags:

<style>
<!--
BODY{ cursor:url("mycur.ani"); }
-->
</style>



And save

you can customize it as you want.


Regards;
Great

Reply to great_0