1 (edited by Gary13579 2004-12-05 21:39)

Topic: lining up textboxes with pictures

http://gary13579.info/img/ifirefox.PNG
in firefox compared to
http://gary13579.info/img/iie.PNG
in IE

heres the code..

<img src=templates/logo.png />
<form method=post action=login.php>

<input type=text name=user SIZE=24 class=stil STYLE='position: absolute; top: 238; left: 260;'>
<input type=password name=pass class=stil SIZE=24 STYLE='position: absolute; top: 271; left: 260;'>
<input type=submit CLASS='invis' VALUE='Login' STYLE='cursor: hand; position: absolute; top: 300; left: 304; width: 69; height: 33;'>
</form>

this workf ine in both for another game i play, but doesnt for mine sad

anyone know whats wrong?

Indocron
$theQuestion = (2*b) || !(2*b);

Re: lining up textboxes with pictures

add this css:
body { margin: 5px; padding: 0px; }

Re: lining up textboxes with pictures

yup, fixed it big_smile

thanks again

Indocron
$theQuestion = (2*b) || !(2*b);