Results 1 to 2 of 2

Thread: Div in PHP page drifts left in IE fine in FF

  1. #1
    Join Date
    Oct 2009
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Div in PHP page drifts left in IE fine in FF

    Hi,
    I have uploaded my site for marking but have found that when I submit a form in my Contacts page the message that displays in a div when the message is sent is on the left hand side in IE all other browsers display the div correctly, do I need to add :

    body {
    text-align: center; /* for IE */
    }

    to the body tag for that page to get this to work in IE,can anyone help.

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    there are a lot of factors. A page link or full code would help decipher the needs for you.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

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