Trinolia
Member
Posted 4 years ago #
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?
http://www.trinolia.com/wordpress/
Thanks.
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.
Trinolia
Member
Posted 4 years ago #
<3.
Thanks a tonne - silly mistake.
Now this, kids, is why paying attention is useful.
Thanks again, mate.