Re: HTML tables with Firefox

2006-07-25 Thread Uri Even-Chen
OK, I put an example online: http://www.speedy.co.il/___test1___/ Any suggestions? Uri. Diego Iastrubni wrote: ביום שני, 24 ביולי 2006, 18:13, נכתב על ידי Uri Even-Chen: Hi people, I have a technical problem. I need to create a

Re: HTML tables with Firefox

2006-07-25 Thread David Suna
You just need to change line 185 from td class=td4/td to td class=td4nbsp;/td and it lines up properly in Firefox. I don't know if this is a bug in Firefox or correct behavior when you have a cell with no content and only a background image. I prefer to layout my tables differently.

Re: HTML tables with Firefox

2006-07-25 Thread Uri Even-Chen
Thanks a lot! It works! I didn't know about this bug/feature in Firefox. I agree with you that it's better to nest tables than to use rowspan and colspan. You are right. I received this code from my graphic designer. Do you recommend any specific HTML editor that can do such things

Re: HTML tables with Firefox

2006-07-25 Thread Uri Even-Chen
Just one more thing: The empty space can change with text size, so I replaced it with a 1x1 pixel transparent image: img src=Images/spacer01.gif alt= width=1 height=1 instead of nbsp; Uri. David Suna wrote: You just need to change

HTML tables with Firefox

2006-07-24 Thread Uri Even-Chen
Hi people, I have a technical problem. I need to create a table with HTML, and the size of the table would change with the size of the window. The table has a few columns, each of them should have a fixed width (in pixels), except one column who's width should be flexible according to the size

Re: HTML tables with Firefox

2006-07-24 Thread Diego Iastrubni
ביום שני, 24 ביולי 2006, 18:13, נכתב על ידי Uri Even-Chen: Hi people, I have a technical problem. I need to create a table with HTML, and the size of the table would change with the size of the window. The table width? height? (blabla..) Show the code, patches will come ;-) -- diego,