Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorrjupiter
    • CommentTimeDec 22nd 2005
     
    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.
    • CommentAuthorddejong
    • CommentTimeDec 22nd 2005
     
    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).

    HTH,
    Derek
    • CommentAuthorrjupiter
    • CommentTimeDec 24th 2005
     
    that is so great thanks very much. Now all I have to do is figure out why the rest is acting all weird. Also great tool thanks for the link.