Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default Grrr error on IE

    Well I'm doing a little coding job for Ross but i've come upon a little error which I seem not be able to resovle .

    Basically if you view this on firefox it looks just fine but when viewing on IE it creates a big cap inbetween the header + the mid aswell as one between the mid + the footer:
    http://www.shanes.sawhosting.com/hhgs/panel/

    I've tried almost everything to fix it but nothing is working , I think thought it may be something to do with the form so I took away the <form> tags and it seems to work fine now:
    http://www.shanes.sawhosting.com/hhgs/panel/login.php (Well the data in the form no longer sends obviously)

    So it's something to do with the Form tags , Does anyone have any ideas on how to fix this?

  2. #2
    Join Date
    Mar 2008
    Posts
    313
    Tokens
    75

    Default

    Are you using IE 8 or 7?

  3. #3
    Join Date
    Dec 2006
    Posts
    7,601
    Tokens
    95

    Latest Awards:

    Default

    try:

    form {
    margin: 0px;
    }

  4. #4
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    Quote Originally Posted by Aarcn View Post
    Are you using IE 8 or 7?
    IE6 (This isn't relevant as it occurs for Ross aswell whom is on a newer version than me )

    Quote Originally Posted by JJ View Post
    try:

    form {
    margin: 0px;
    }
    Funny thing is that I tried that before and I though it was a padding error so I was only testing out different sorts of padding codes, silly me
    It worked , Thanks!!!! +repz.
    (When I can spread)
    Last edited by --ss--; 28-03-2008 at 08:38 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •