Doug Niven wrote:
> http://www.tuolsleng.com/photographs.php

> I'm happy with how this page displays except that on Windows IE 6 
> often the divs are not aligned horizontally--one will be down 20 
> pixels or so.

> Any ideas?

Yes. You may start by deciding on which standard you want to follow...

<http://www.w3.org/QA/2002/04/valid-dtd-list.html>

...followed by a clean-up of that source-code...

<http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tuolsleng.com%2Fphotographs.php>

...into something that resembles HTML, as even poor old IE6 have serious
problems making out what you are trying to create here.
Not even 'HTMLTidy'...

<http://www.w3.org/People/Raggett/tidy/>

...could make your present source-code work. It might be a good
assistant along the road towards working solutions though, as CSS will
only work properly when adding styles to good source-code.

> I'd love to use CSS instead of tables if possible, but let's be 
> realistic, the majority out there use Windows IE 6.

That's why it is always best to go through the steps mentioned above -
regardless of whether you prefer to use tables or not.

Other than that; I think you might be able to pick up an idea or two
about table-less galleries here...
<http://www.brunildo.org/test/ImgThumbIBL.html>
...even if that's just a test page and not a complete solution.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to