Results 1 to 2 of 2

Thread: Div grids with different height problem

  1. #1
    Join Date
    Nov 2013
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Div grids with different height problem

    Hi there..I'm working on a layout and I wanted to have css to be free.

    This is what I'm trying to do http://britneyspears.tumblr.com/

    In my case each div have different heights and because of it each div have more than 20px spacing between each.

    How can I fix it?

    This is what I have on my CSS

    Code:
    width: 540px;
    height: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.8);
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    background-color:#FFFFFF;
    display: inline;

  2. #2
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

Similar Threads

  1. Iframe-divs: a technique for letting divs overlay anything we want
    By molendijk in forum Submit a DHTML or CSS code
    Replies: 0
    Last Post: 03-22-2012, 08:30 PM
  2. Replies: 1
    Last Post: 03-10-2010, 01:10 AM
  3. Layered DIVs / Hide All Other DIVs When DIV is Selected
    By johnnyrokkit in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 08-05-2009, 06:23 AM
  4. Animated Collapsible DIVS -additional DIVS float aside 3rd DIV
    By jono in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 05-12-2009, 12:57 PM
  5. image viewer. divs in divs
    By xvegrevoltx in forum Dynamic Drive scripts help
    Replies: 8
    Last Post: 05-30-2005, 01:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •