Hi,
I have a contact form made in HTML and a PHP code. When a user enters data and submits, I successfully get the data in my inbox. Now, I was trying to validate the form so that if only the...
Hi,
I want to recreate the navigation menu as used in the site: http://www.whirlpool.com/
so like when we mouseover 'laundry' 'kitchen', a dropdown opens with menu items and images.
I have never...
Hello,
I've got a code where on select of a country, relevant states and cities appear in the dropdown and the other options disappear. I added another dropdown which lists currencies and for...
I have a unit converter and since the resultant number can be small or big, the requirement is to have only six decimals after the period. Like: 9680.123456
Hello,
I have a code for currency converter but would like to come up with something where I don't have to change the rates each time the market changes! Is there any way to fetch the rates from a...
Hi,
I've a simple contact page made in HTML and in the form I have:
<form method="post" name="myemailform" action="form-to-email.php">
Enter Name: <input type="text" name="name">
Enter Email...
Hello,
Please have a look at the image I have attached, it has a kind of soft glow in between.
Can someone please guide me as to how to create this effect, either in Photoshop or Fireworks or...
Hello,
I've made a webpage that is fluid in terms of width. The page has a left panel that has a fixed width, while the right(main content) is going to increase in width so to fit any...