Forum Moderators: open
I will try the above CSS thanks
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd">
<?xml version="1.0" encoding="iso-8859-1"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<style type="text/css">
#button {
position: absolute;
top: 99px;
left: 10px;
}
</style>
<title>Form test</title>
</head>
<body>
<h1 style="margin-bottom: 300px;">Form test</h1> <form method="post" action="yourAction.html">
<input type="text" name="name" /><br />
<input type="text" name="email" /><br />
<input type="text" name="phone" /><br />
<input type="image" src="button.gif" id="button" />
</form>
</body>
</html>
If anyone wants to test on Win browsers that would be great ;)
Nick
at any rate it works, I think you just confused the heck out of me for a sec Nick. oh well, I'll just get more coffee. I know if you unconfuse me I will just shake my head and curse myself for being an idiot.
How's Nick's bit work for you midi25?