Search:
Type: Posts; User: davidwhite
Search :
Search took 0.01 seconds.
Hello,
I have a page with a graphic at the top. When you roll over it, a <div> pops up. When you then roll off the <div> it disappears.
All that is fine.
However, if, before I roll over the...
I'm getting a VPS to host my websites on.
When configuring the setup, you can choose one of these operating systems to be installed.
Which is best?
http://i44.tinypic.com/m951es.png
(I am...
Yes I think that's what I'm doing. I'm a bit new to this.
I am using href="#" to link to somewhere on the same page, not another page.
So it's like:
<a href="#name1">My text</a> to click on...
Hello,
When I use an <a href> link internally with #, the page jumps to the top. Is there any way to stop this?
Thanks
Hello,
I want to have alternate padding for IE browsers.
I have the statement:
<!--
<![if IE]>
Hello,
I need a script (must be in JavaScript) that changes an image at the same time every day of the week.
Let's say it changes at 8am every day.
I presume it would hold the 7 images in an...
I have this line of code:
<div class="blue" onclick="myfunction()" id="blue2">
This works fine and makes the JavaScript work if you click the Div.
Is there a way to make it so you don't have...
Thanks but it doesn't seem to work in Firefox or Chrome either - just in IE.
Hello,
I have a .swf in a Div and I need to hide about 100 pixels on the left hand side.
Is this possible?
Thanks.
Hello,
I want to validate form fields with JavaScript. This is easy - I can just take some standard scripts off the net that do this.
The problem is that my form keeps submitting even when...
Hello,
I have some code that relates to drop downs - kind of a pricing calculator.
It works fine on every other browser but doesn't work on Internet Explorer. (I'm using version 9).
The code...
Hello,
I am trying to make a JavaScript calculator form. I know there are some out there but they don't do exactly what I want to I am looking at doing my own.
It is slightly more complicated...
Yes, that works. Well done.
Thanks.
Hello,
I have a dependent drop down system. You select from the first drop down which then displays options from the second which displays options from the third etc and finally you click the...
Anyone know if there is a list of fonts available in a dropdown I could use?
This page has what I want but it's in Flash. I need it in plain HTML/JavaScript.
I obviously know how to code a...
Hello,
The code below assigns a value to the Latitude and to the Longitude table cells when the submit button is pressed.
I would like to have these values appear in text boxes instead....