Link to home
Start Free TrialLog in
Avatar of DragonByte
DragonByte

asked on

Contents of table not breaking to new line in Internet Explorer

I have an issues, as seen at:
http://www.consoleheroes.com/forums/member.php?u=25

In Firefox, the badges jump to a new line but in Internet Explorer it drags it out over the edge of the screen.  How can I fix this?
Avatar of Steve Bink
Steve Bink
Flag of United States of America image

Explicitly set the width of your table, or the max-width attribute of the table cell.

<table width="##px">
<td style="max-width:##px;">
Avatar of DragonByte
DragonByte

ASKER

But that table is supposed to dynamically expand to fit the screen...as it does in Firefox.  Is there any way to duplicate this behaviour in IE?
Does it help to explicitly define those image as "display:inline"?
No it does not, nothing changes in how it is viewed.
ASKER CERTIFIED SOLUTION
Avatar of Steve Bink
Steve Bink
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial