Click here to Skip to main content
15,913,758 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: HTML problems - IE bug? Pin
Stephane Rodriguez.15-Oct-02 19:23
Stephane Rodriguez.15-Oct-02 19:23 
GeneralRe: HTML problems - IE bug Pin
leppie15-Oct-02 21:43
leppie15-Oct-02 21:43 
GeneralRe: HTML problems - IE bug Pin
Stephane Rodriguez.15-Oct-02 21:48
Stephane Rodriguez.15-Oct-02 21:48 
GeneralRe: HTML problems - IE bug Pin
leppie15-Oct-02 22:12
leppie15-Oct-02 22:12 
GeneralRe: HTML problems - IE bug Pin
Stephane Rodriguez.15-Oct-02 22:33
Stephane Rodriguez.15-Oct-02 22:33 
GeneralRe: HTML problems - IE bug Pin
leppie16-Oct-02 7:20
leppie16-Oct-02 7:20 
GeneralRe: HTML problems - IE bug Pin
Stephane Rodriguez.16-Oct-02 7:40
Stephane Rodriguez.16-Oct-02 7:40 
GeneralRe: HTML problems - IE bug Pin
leppie16-Oct-02 8:05
leppie16-Oct-02 8:05 
__Stephane Rodriguez__ wrote:
This trans.gif is a keyed 1-pixel GIF file. Stretching this image makes IE and other browsers act as if it was true content (in fact, images are content, like text). The fine thing is that if the image width and height are indicated, then IE and other browsers don't even have to figure out the actual content rect.

Thanx Stephane, I see that it works, but now IE uses the content to set the width of the TD. It seems that if TD width > content width (TD width=200) then it messes up ALL following TD width's. This is wrong behaviour. Why can ONE one tables TD's width affect the outer tables TD's width?

So what do I do if I need to put text inside and not just "blanks"?

This from the HTML 3.2 spec:

The minimum and maximum width of nested tables contribute to the minimum and maximum width of the cell in which they occur. Once the width requirements are known for the top level table, the column widths for that table can be assigned. This allows the widths of nested tables to be assigned and hence in turn the column widths of such tables. If practical, all columns should be assigned at least their minimum widths. It is suggested that any surplus space is then shared out proportional to the difference between the minimum and maximum width requirements of each column.

This confirms that any nested table has no effect on the outer table. So if the nested table's width is fixed then it affects the outer table's column, but if the nested table's width is 100% then it should fill the outer table's TD, to whatever size that maybe.

I have another idea that I am going to try with the transparent gif.

CHeers Smile | :)

Before you criticize a man, walk a mile in his shoes. That way, when you do criticize him, you'll be a mile away and have his shoes.
GeneralRe: HTML problems - IE bug Pin
Stephane Rodriguez.16-Oct-02 8:25
Stephane Rodriguez.16-Oct-02 8:25 
GeneralRe: HTML problems - IE bug Pin
leppie16-Oct-02 8:18
leppie16-Oct-02 8:18 
GeneralRe: HTML problems - IE bug Pin
Stephane Rodriguez.16-Oct-02 8:33
Stephane Rodriguez.16-Oct-02 8:33 
GeneralRe: HTML problems - IE bug Pin
leppie16-Oct-02 11:23
leppie16-Oct-02 11:23 
AnswerRe: HTML problems - IE bug? Pin
Roger Wright15-Oct-02 21:43
professionalRoger Wright15-Oct-02 21:43 
GeneralRe: HTML problems - IE bug? Pin
leppie15-Oct-02 22:12
leppie15-Oct-02 22:12 
GeneralNever use that before. Pin
zhoujun14-Oct-02 14:42
zhoujun14-Oct-02 14:42 
GeneralCreateObject givin' me Jip! Pin
Bounty Bob14-Oct-02 0:46
Bounty Bob14-Oct-02 0:46 
GeneralRe: CreateObject givin' me Jip! Pin
Daniel Turini14-Oct-02 0:57
Daniel Turini14-Oct-02 0:57 
GeneralRe: CreateObject givin' me Jip! Pin
BountyBob14-Oct-02 3:06
BountyBob14-Oct-02 3:06 
QuestionHow to use JSP to transfer a file? Pin
George213-Oct-02 16:06
George213-Oct-02 16:06 
GeneralRedirection Pin
Josh Koppang12-Oct-02 18:08
Josh Koppang12-Oct-02 18:08 
GeneralRe: Redirection Pin
Philip Patrick12-Oct-02 23:45
professionalPhilip Patrick12-Oct-02 23:45 
GeneralRe: Redirection Pin
leppie13-Oct-02 3:34
leppie13-Oct-02 3:34 
GeneralNetscape & JavaScript problem.... Pin
leppie12-Oct-02 15:43
leppie12-Oct-02 15:43 
GeneralRe: Netscape & JavaScript problem.... Pin
Daniel Turini12-Oct-02 22:05
Daniel Turini12-Oct-02 22:05 
GeneralRe: Netscape & JavaScript problem.... Pin
leppie13-Oct-02 2:21
leppie13-Oct-02 2:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.