Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

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

    • CommentAuthorGustavs
    • CommentTimeDec 29th 2005 edited
     permalink
    I'm working on a project where I need to have shadows on both sides of the box and also I need the content to be dynamic - so that when I add more text the shadows-div and the content-div will scale it's height with more text.

    For now I am using this:

    #full {
    position: relative;
    width: 800px;
    height: 600px;
    background: #ccc;
    }


    #shadowLeft {
    position: relative;
    width: 10px;
    height: 100%;
    float: left;
    background: url(../img/shadow_left.gif) repeat-y;
    }


    But this way it won't be dynamic. How can I fix that?
    •  
      CommentAuthorSpookyET
    • CommentTimeDec 29th 2005
     permalink
    JavaScript?
    • CommentAuthorGustavs
    • CommentTimeDec 29th 2005
     permalink
    I don't know JS :/
    • CommentAuthoradmin
    • CommentTimeDec 29th 2005 edited
     permalink
    • CommentAuthorGustavs
    • CommentTimeDec 29th 2005
     permalink
    Ok, will do. Thanks.
Add your comments
    Username Password
  • Format comments as (Help)