Alignment issue

Hello

I have a wee alignment bug with a drop down feature I am putting together for a website.

There is a small gap on the top left side like a margin or padding has pushed it out. I want the drop down to sit flush. I think this is causing the site to go outside its 100% parameters and is causing a horizontal scroll.

Can anyone tell me why?

http://mgdesign.hostultra.com/login_test/login_test.php

Any pointers appreciated

Thanks

Try adding

body {margin:0;}

It seems to do the trick for me.

I was also facing same problem,i used that code which posted by Stevie,its worked.
Thanks Stevie. :slight_smile:

Thanks man