IE6 & PHP

IE6 & PHP

am 13.04.2007 08:41:43 von elk dolk

--0-419332657-1176446503=:62422
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

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 DIV to the left, CSS looks like this:
div.float {
float: left;
}
and the HTML :



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

---------------------------------
No need to miss a message. Get email on-the-go
with Yahoo! Mail for Mobile. Get started.
--0-419332657-1176446503=:62422--

Re: IE6 & PHP

am 13.04.2007 09:02:04 von dmagick

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 DIV to the left, CSS looks like this:
> div.float {
> float: left;
> }
> and the HTML :
>



> 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/

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] IE6 & PHP

am 13.04.2007 09:21:04 von bedul

your script only work on netscape but it fail on ie6
----- Original Message -----
From: "elk dolk"
To:
Sent: Friday, April 13, 2007 1:41 PM
Subject: [PHP-DB] IE6 & PHP


> 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 DIV to the left, CSS looks like this:
> div.float {
> float: left;
> }
> and the HTML :
>



> 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:
> [] [] [] []
> [] []
> [] []
> []
> [] [] []
i believe it matter of size.. i mean about..the hor size.. probalby the 6
have different size or strange size that make the 7 pic are gone bellow..
one more think.. you should post on php-win not db

>
> please comment
>
> ---------------------------------
> No need to miss a message. Get email on-the-go
> with Yahoo! Mail for Mobile. Get started.

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php