IE CSS issue

Discussion in 'CSS' started by DnixDesigns, Oct 17, 2008.

  1. #1
    Hey guys, I was wondering if any of you could help me with this problem I'm having with my comments section when the page is loaded with IE.

    The site is http://dnixdesigns.com/iht/hello-world.
    (Sorry about the inactive link)

    As you will see, when the page is loaded in IE the bottom of each comment gets pretty messed up. I have tried every little CSS hack I can think of to get it back where it is supposed to be, but to no prevail.

    Also I was wondering if anyone knows how to get my search bar working. The site runs off of wordpress, but I can't figure out how to get the search working. I have looked all over the net and haven't found anything that works.

    Thanks,
    Jake Philbrick
     
    DnixDesigns, Oct 17, 2008 IP
  2. kreativi

    kreativi Peon

    Messages:
    89
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    .commentlist p {
    float:right;
    width:345px;
    padding: 10px;
    padding-top: 0px;
    margin-right: -25px;
    margin-bottom: 0px;
    background: url(images/comment_bottom.gif) bottom left no-repeat;
    }

    Maybe this "float:right;" is creating a problem. Try after removing it.
     
    kreativi, Oct 18, 2008 IP
  3. DnixDesigns

    DnixDesigns Peon

    Messages:
    9
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I have tried that already and that didn't work. Man IE needs to work better. Thanks for taking the time to respond though.
     
    DnixDesigns, Oct 18, 2008 IP
  4. DnixDesigns

    DnixDesigns Peon

    Messages:
    9
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    OK, I got the IE issue worked out. I had to go in and edit comments.php to get it, but it works now.
     
    DnixDesigns, Oct 19, 2008 IP