• I know. Since when does Firefox have problems?
    Maybe it’s a feature, but it’s a problem for me.

    To get on with it, I’ve been very harshly hacking together a WP theme to conform to my own design. In IE the table I’m using expands to fit the content; in Firefox it does not. Any quick ideas and the like, or is more information necessary?

    https://www.trinolia.com/wordpress/

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s because firefox was listening to the style sheet :).

    #news {
    border:1px solid white;
    height:300px;
    padding:5px;
    width:500px;
    }

    If you remove the height then it will automatically size to fit the containing text.

    Thread Starter trinolia

    (@trinolia)

    <3.

    Thanks a tonne – silly mistake.

    Now this, kids, is why paying attention is useful.

    Thanks again, mate.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem in… Firefox?’ is closed to new replies.