Well I had plogger running fine on my site (as I saw it through firefox) but in the process of doing it I forgot to check it out in IE. So the other day I did and nopticed that it was all messed up. So I decided to go to try and redo that part of my site so it look good in both browsers.
Welll I have been working on it but have a problem. All the thumbnail stack up in a line and they won't go to the right at all.
Example:
www.22lies.com (click folio)
I have an all css tableless site so I know there is something I am missing but can't figure out what.
First, Christine, my suggestion would be to: 1) Get Firefox, if you haven't already (with a table-less site, it's likely). 2) Download the Web Developer Toolbar (http://chrispederick.com/work/webdeveloper/). 3) Use it often.
If you turn on "Display ID and Class Details" and "Outline Block Level Elements", you will notice div.tag is forcing each thumbnail to be the width of the container. Adding float:left; to div.tag fixes the problem in Firefox (it floats inside the floated thumbnail).