Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE get rowspan wrong

Status
Not open for further replies.

aowen77

Programmer
Jan 4, 2007
3
CH
Hello

I`m having some problems with IE 6. It has faults in the with calculation. i`ve tried following:

<TABLE BORDER="1" WIDTH="100%" style="table-layout: fixed;">
<col width="*" />
<col width="200" />
<tr>
<td>....

and I`ve also tried taking out the colspan=3 but it was never quite right in IE. Either the cells werent right or the conent was cut. has anyone a suggestion? i would be very thankful.

Page:
thanks
 
rowspan in line 32 & 41 dont work

at the line 47 & 59 the table goes out of its cell in IE, Firefox works perfect.

Do you mean by css layouts, that i should use <div> and absolute positioning instead of tables?
 
CSS, Divs and correctly used [red]relative[/red] positioning. Absolute positioning should only be used if absolutely necessary, it can be a nightmare if not used adequately.

In any case, and ignoring the fact that the <col> tag is IE specific. it is only used to specify alignment of Columns in a <TABLE>. LEFT, RIGHT, CENTER, JUSTIFY. Adding widths to it may produce undesired effects.





----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
hi vacunita

i read that <col> is now CSS2 Standard
 
Would you care to specify which browsers are fully CSS2 compliant?

___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Steam Engine Prints
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top