Trying to center comment buttons in Internet Explorer

Discussion in 'HTML & Website Design' started by mike323, Aug 15, 2006.

  1. #1
    hi,

    I finally have my comments page working but the "Post" and "Refresh" buttons are not centering in Internet Explorer. In Mozilla they are fine. I tried specifying the position using "margin:" in the external css file using an IE hack but I'm not sure where the buttons are in the shoutbox.php page code.

    does anyone know of a way i can get the "Post" and "Refresh" buttons under the text box as it is in mozilla?
    :confused: click here to see page
    thank you
     
    mike323, Aug 15, 2006 IP
  2. slickricky

    slickricky Active Member

    Messages:
    240
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Try adding this to your css file...

    
    #buttons {
         text-align: center;
    }
    
    Code (markup):
     
    slickricky, Aug 17, 2006 IP
  3. mike323

    mike323 Well-Known Member

    Messages:
    1,594
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    160
    #3

    that seems to only control the position of the preloaded text within the text boxes. this is a toughy. :)
     
    mike323, Aug 18, 2006 IP