Problem with alignments

liunx

Guest
We're trying to get our new version of our website online, but we're having problems with it.

On my Mac, I get image problems with Safari, but the images are fine in Firefox.

See what I mean here:

<!-- m --><a class="postlink" href="http://gamesarefun.com/staff/unclethursday/safari.jpg">http://gamesarefun.com/staff/unclethursday/safari.jpg</a><!-- m -->

<!-- m --><a class="postlink" href="http://gamesarefun.com/staff/unclethursday/firefox.jpg">http://gamesarefun.com/staff/unclethursday/firefox.jpg</a><!-- m -->

The Firefox picture looks fine, but the Safari pic shows how the images in the beginning of the news section don't line up properly. After the first two, though, they line up fine.


The site is using CSS. Anyone with any ideas, please let me know.Incorrect use of id, should be class, see validation (<!-- m --><a class="postlink" href="http://validator.w3.org/check?verbose=1&uri=http%3A//www.gamesarefun.com/beta/">http://validator.w3.org/check?verbose=1 ... .com/beta/</a><!-- m -->)
This link may be relevent <!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-html40/present/graphics.html#h-15.1.3.2">http://www.w3.org/TR/REC-html40/present ... h-15.1.3.2</a><!-- m -->
and clear (<!-- m --><a class="postlink" href="http://www.w3.org/TR/2004/CR-CSS21-20040225/visuren.html#flow-control">http://www.w3.org/TR/2004/CR-CSS21-2004 ... ow-control</a><!-- m -->), where clear should be applied to block level elements, <br> is a text level element.which version of Safari? OSX 10.2.8 won't use any safari past 1.0.3. OSX 10.3 allows newer versions of Safari that render better.Safari 1.2 (v125) on OS X 10.3.5

And thanks for that tip, Fang, he's looking into that.
 
Back
Top