| Mario Brandt 2007-04-13, 3:57 am |
| After each row
<div class=3D"cleaner"></div>
..cleaner {
clear:both;
height:0.625em;
font-size:1px;
border:none;
margin:0; padding:0;
background:transparent;
}=09
:-P
-----Urspr=FCngliche Nachricht-----
Von: Chris [mailto:dmagick@gmail.com]
Gesendet: Freitag, 13. April 2007 09:02
An: elk dolk
Cc: php-db@lists.php.net
Betreff: 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 DIV to the left, CSS looks like this:
> div.float {
> float: left;
> }
> and the HTML :
> <div class=3D"float"><img src"image.jpg".../><br /></div>
> Firefox and Netscape show the thumbnails in rows like this:
> =20
> [] [] [] []
> [] [] [] []
> [] [] [] []
> =20
> 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:
> [] [] [] []
> [] [] =20
> [] []
> []
> [] [] []
> =20
> please comment
Find a css list to ask, doesn't have much to do with php (and =
definitely=20
not databases :P).
--=20
Postgresql & php tutorials
http://www.designmagick.com/
--=20
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|