Text alignment in IE?

Discussion in 'CSS' started by AlanGNW, May 18, 2010.

  1. #1
    I thought I'd solved a text alignment on a page with this. (It's withing a WP plugin - the text needed to drop below a header)

    div.wpsc_description{
    float: left;
    /* clear: both; */

    It works great with Netscape - but the text does not align correctly in Explorer (it still sits to the right of the title).

    I have tried text-align: left instead of float - but that works in neither.

    Anyone got a solution please?
     
    AlanGNW, May 18, 2010 IP
  2. Darkhodge

    Darkhodge Well-Known Member

    Messages:
    2,111
    Likes Received:
    76
    Best Answers:
    1
    Trophy Points:
    185
    #2
    We can't really help you unless you elaborate a little more. We need to either see the HTML/CSS code or your website.
     
    Darkhodge, May 19, 2010 IP
  3. AlanGNW

    AlanGNW Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for the response Darkhodge. I've managed to solve it just a couple of minutes before reading your post. Not an elegant work around I don't think but got the desired result :)
     
    AlanGNW, May 19, 2010 IP