How to add the loader on submit button when submit:
If you want that when you click on login button then it show the other image of other color and then
Loader on its side
By using java script property onclick or by css property you can easily do this. You first have to download the images and name the same name for images as given or can chage accordingly .
You can easily convert any given template in html to the word press
for this you have to first install wordpress on your computer and after that you have to go the the wp-content folder in the word press folder
in the wp-content you get the option of the wp-theams in the theam folder you have available defoult theam of twentyten you copy that theam and make duplicate past of it and give it the name to your site theam
in your name theam go to the header.php file in this file you enter the header info which is in your html template and not chage the defoult menu funtion wp_nav_menu put it where you want to display your menu
after the on the page.php you can give the page content for the home page in the side bar you can enter the static sidebar info or in the footer .php you can enter the footer design info or content
after the you go to your site admin section in this section to go to the the apearance option in this option you get the option of theam in the theam section you see the available theam that you created or other defoult theam that already activated you have to click your theam and activate it then you can see on your site on wordpress your theam working
Welcome any suggestion or question for more implementation
here we check the condition for the file the file is of the type jpeg gif , or pjpg type by which other file show invalid the give file image uploaded by pressing the submit button or it save in the folder vikas as you already created
Today testing my Bing map application on opera I attach 'onclick' event of bing maps to a function "OnMapClick
map.AttachEvent("onclick", OnMapClick);
in which i am expecting to track Mouse button clicks. i need to check which button is clicked right or left.
var OnMapClick=function(e) { var x = e.mapX; var y = e.mapY; var pixel = new VEPixel(x, y); var LL = map.PixelToLatLong(pixel); alert(e.leftMouseButton); }
var OnMapClick=function(e) { var x = e.mapX; var y = e.mapY; var pixel = new VEPixel(x, y); var LL = map.PixelToLatLong(pixel); alert(e.leftMouseButton); }
In Firefox, IE8 and Chrome If works fin but in Opera onclick drawng it showing problum on stop right click or left click event not working