RE: IE6 & PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Oh and if it really is a pure css problem try a css list ;)

 

> -----Message d'origine-----
> De : elk dolk [mailto:elkdolk@xxxxxxxxx] 
> Envoyé : vendredi 13 avril 2007 16:16
> À : php-general@xxxxxxxxxxxxx
> Objet :  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 :
> <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
>        
> ---------------------------------
> Ahhh...imagining that irresistible "new car" smell?
>  Check outnew cars at Yahoo! Autos.

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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux