Hi,
Having some trouble with IE displaying the positioning of login box and contact form (both wrapped in divs) which display perfectly fine on firefox.
http://www.tmet18.co.uk/Cosycon/login.php
http://www.tmet18.co.uk/Cosycon/contact.php
Please have a look, both display fine in FF but the login box goes back to where it once was and the contact in some crazy position down at the bottom.
This is taken from my CSS sheet
login
{
position:absolute;
margin-left: 420px;
margin-top: -420px;
}
contact
{
position:absolute;
margin-left: 200px;
margin-top: -610px;
background-image:url(images/CClogoback.gif);
background-repeat:repeat
}
Thanks for looking
Having some trouble with IE displaying the positioning of login box and contact form (both wrapped in divs) which display perfectly fine on firefox.
http://www.tmet18.co.uk/Cosycon/login.php
http://www.tmet18.co.uk/Cosycon/contact.php
Please have a look, both display fine in FF but the login box goes back to where it once was and the contact in some crazy position down at the bottom.
This is taken from my CSS sheet
login
{
position:absolute;
margin-left: 420px;
margin-top: -420px;
}
contact
{
position:absolute;
margin-left: 200px;
margin-top: -610px;
background-image:url(images/CClogoback.gif);
background-repeat:repeat
}
Thanks for looking