Forum Moderators: open
I'm using CSS and one long table for the intro page. The same CSS file is used for the intro page as for all other pages. Thus, I don't think it's the CSS (at least not by itself). And someday, this table will go to a DIV format...
My best guess is that the adjustable width JPGs (i.e. width="100%" within a table cell) are causing the following weird behavior: On a Mac, the graphics show up fine. On a windows machine, the graphics spill into adjacent table columns. Has anyone else encountered the same problem?
What is my best bet besides turning off the adjustable width graphics? See <snip> for the page.
[edited by: korkus2000 at 5:20 pm (utc) on Sep. 19, 2003]
[edit reason] No site/code reviews please [/edit]
<added> And Welcome to Webmasterworld [webmasterworld.com] Constantin </added>
<td align="center" height="59" width="467">
<img src="banner.jpg" height="60" width=468">
</td>
If your layout allows, you could install clear spacer gifs inside at the bottom of the cells (or maybe in their own spacer row) and set the hspace to stretch the table cell as wide as you need.
Not sure if this will work for your situation, but it has worked for similar spacing issues for me in the past.