Runoff text occuring only in Firefox in a feature on my site

Discussion in 'Programming' started by shamus, Sep 3, 2007.

  1. #1
    Good day everyone!

    I hope this is the right section to post this in, if not, please direct me to the appropriate one.

    Down to business. On one of my sites (bloggingsmostwanted.com) whenever someone hovers over an image and the box pops up with all of their information in it, it looks fine in IE, but in Firefox the text runs off the side.

    It looks horrible!

    Since people are paying to buy these advertising "blocks" on my site, I would really like to somehow get this fixed, and this is the only place I know to turn to.

    Can anyone guide me in the right direction? I put in a ticket to the place I bought the script asking if they had plans to fix this, and the response was "no, sorry". Pretty crappy if you ask me.

    Anyway, any help would be GREATLY appreciated, and I'll make it worth your while the best I can. :)
     
    shamus, Sep 3, 2007 IP
  2. rederick

    rederick Peon

    Messages:
    128
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Did you try adding a width to the div with class="pop_item"
    like this?

    .pop_item{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 2px 0px;
    width:180px;
    }


    I am not sure if that will blow things up in IE - but I think it'll help with the text overflowing the info window type thing in Firefox.
     
    rederick, Sep 4, 2007 IP