Not signed in (Sign In)

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

Categories

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

    • CommentAuthormozero
    • CommentTimeJun 26th 2008
     permalink
    I need to make a div of fixed height and width to be cetralized horzontally and vertically. In that div i will put my Splash screen having my logo, a flash movie and then some text material. can anyone help in this regard.
    thanks
    •  
      CommentAuthorkari.patila
    • CommentTimeJun 26th 2008 edited
     permalink
    #splash {
    width:200px;
    height:200px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-100px;
    margin-top:-100px;
    }

    That should do it, in case I didn't miss anything. Also, add a high z-index, like z-index:999; if you have stuff overlapping your splash screen.
    • CommentAuthormozero
    • CommentTimeJun 27th 2008
     permalink
    Thanks for ur help!
Add your comments
    Username Password
  • Format comments as (Help)