Not signed in (Sign In)

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

  1.  
    Ok so check out:
    http://www.ltscm.org/gallery

    then compare it to:
    http://www.ltscm.org

    You see a lot of the backgrounds and stuff isnt loaded/formatted correctly

    However, when you load a full size image everything corrects itself... ie:
    http://www.ltscm.org/gallery/?level=picture&id=3

    Any insight into why this is happening?

    I will post source if I need to, thanks for reading!

    Frank
    •  
      CommentAuthormike
    • CommentTimeSep 24th 2007
     
    Check out http://ltscm.org/includes/default.css line 42 - the definition for container. Your container is collapsing because it contains floating elements and doesn't float itself. I see you have a class called "clearer" which simply clears floated elements. Unfortunately, this class is outside of the container DIV. I suspect if you move it to the inside of your "container" DIV the container won't collapse anymore.
  2.  
    thanks Mike

    you mentioned the container and it made me search my code

    I actually had an extra </div> somewhere which was closing the container prematurely

    woops


    BUT now that its fixed, look again, the problem reversed. It works fine UNTIL you open the big version of the picture... then the page screws up.

    Weird?
  3.  
    Oh and IE renders it really really off

    Does anyone know why IE renders it so differently than Firefox?
  4.  
    I opened up the photo php file and added a /div at the very end of the file

    dont know why this fixed it

    but it did

    now to figure out my IE problems
    • CommentAuthorjammindice
    • CommentTimeSep 27th 2007 edited
     
    it looks the same in ie7 on vista if that helps... :)