I'm trying to use css and forms together and for some reason when I click the submit button I'm not redirect. Heres the code from a basic page I'm working on.
Any help greatly appretiated, thanx in advance!!!
Code:
<html>
<head>
</head>
<body>
<div>
<form action="test.php" method="POST">
<input type="text" class="default-style" name="edit"
style="position:absolute; top:128; left:290; width:200; height:23; padding:0;overflow:hidden">
<input type="button" class="default-style" name="button" value="Submit" style="position:absolute; top:326; left:339; width:100; height:24; padding:0; overflow:hidden">
</form>
</div>
</body>
</html>
Any help greatly appretiated, thanx in advance!!!