Home > Archive > PHP DB > April 2007 > Re: [PHP-DB] IE6 & PHP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP-DB] IE6 & PHP
|
|
|
| elk dolk wrote:
> Hi all,
> I have a bunch of thumbnail images that link to larger versions of the images and want to line them up in rows across the screen , using CSS I put them into a separate DIV. To get them to line up horizontally across the window I use CSS to FLOAT each D
IV to the left, CSS looks like this:
> div.float {
> float: left;
> }
> and the HTML :
> <div class="float"><img src"image.jpg".../><br /></div>
> Firefox and Netscape show the thumbnails in rows like this:
>
> [] [] [] []
> [] [] [] []
> [] [] [] []
>
> but in IE6 there is a problem , the first row is O.K. but the second ant the third rows are not O.K. it looks like this:
> [] [] [] []
> [] []
> [] []
> []
> [] [] []
>
> please comment
Find a css list to ask, doesn't have much to do with php (and definitely
not databases :P).
--
Postgresql & php tutorials
http://www.designmagick.com/
| |
|
|
|
|
|
|
|