This IS the full script.
Im not getting any error or wanring messages but its not working.
[code]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
</head>
<form action="" method="post">
<input name="percent"...
no my forms not in the php script
heres the full page
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
</head>
<form action="" method="post">
<input name="percent" type="text" size="6" maxlength="10"> percent...
ok i dont understand your answer,
This is what i have at the minute
<form action="" method="post">
<input name="percent" type="text" size="6" maxlength="10"> percent of 100
<br><br>
<input name="submit" type="submit" value="Calculate">
<input name="total" type="hidden" value="100">
</form>...
Hi, im really not very clued up with javascript and have managed to put this together with help from the css forum.
Im trying to show and hide a div on mouse over an image and mouse out.
At the moment ive sourced code to get it to show and hide the div onclick but need to achieve sho and...
thanks that got me on the write track, i now have the following which is working nicely, but instead of onclick how do i make the div appear on mousover and hide on mouse out?
<html>
<head>
<title>Untitled</title>
<script type="text/javascript">
function toggle(el)
{
myEl =...
Thanks Vragabond,
ok, basically on mouseover a box to appear saying this is an image of me etc, not just using the alt tag.
I think ill need javascript and css, can anybody point me in the direction of any tutorials which might help
thanks
Hi,
im wondering if it is possible to do the following.
on mousover an image - show pop up box describing the image.
Is this possible using css? and what am i looking at to achieve it?
any advice appreciated
Thanks
Ben
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.