<centeris obsolete in the face of CSS.
Of course, but as I said I'm making sure that the site works for older
browsers, too.
Quote:
<spanelemnts cannot contain <tableelements in HTML. Things break when
the markup doesn't make sense.
http://validator.w3.org/ Using W3.org, the page validates. It does throw flags on a different
section of the page (it doesn't like having whitespace in links), but
that's not relevant to this section. And just to be safe, I removed
that altogether, and it had no impact on the positioning.
Just to be certain, I tried a test page with 2 images (no tables), and
had the exact same results (perfect in IE, not in FF). This is the code
I tried for the test page:
<center>
<span style="position: relative; top: 0px; left: 0px">
<img src="images/0.jpg" width="555" height="294" border="0">
<span style="position: absolute; left: 0px; top: 75px">
<img src="images/1.jpg" width="235" height="65" border="0">
</span>
</span>
</center>
Quote:
Or you could just twiddle the margins (once fixing the syntax errors)
Since it looks right on IE, and just not on FF, I'm not sure how I
could twiddle the margins. This is obviously an error in the CSS code,
I just don't know what that error is.
- Jason