| Author |
Message / Information |
G|Matt

Quote | Reply |
| td width and overflow posted on: 2/23/2008 12:10:11 PM Humm, I got a problem which I think can't be fixed, but Sarky might help me out though 
http://www.chatarea.com/G.m3276099
in my posts display page (in a topic) the td containing the post expands to further than the edge of the table (I used an overflow:hidden to avoid to get some awful text out of my page 'container')
I had to use a dumb method to get this which is specifying a fixed width to <center>. Else it wasn' t working on IE7..
so, is there anyway to fix that problem?
|
Sharky
ChatArea.com Owner

Quote | Reply |
|
td width and overflow
replied on: 2/25/2008 6:06:08 PM
The problem that is causing that is you have a set width, but there are images that are bigger than the width.
|
G|Matt

Quote | Reply |
|
td width and overflow
replied on: 2/26/2008 3:01:10 PM
Yea, I put a max-width on the img tag, and it fixed half of the problem.
The other problem is that the fucked up browser called IE7 doesn't seem to have a clue about how to use max-width...
I've tried a .css expression, and it applied a max-width, BUT the rest of the page is messy and the avatars are huge... :/
-thx for your help Sharky
|
|