Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.79 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5.  
  6. <title>Untitled Document</title>
  7.  
  8.  
  9. <style type="text/css">
  10. html {background: url(BB_SPLASH-BG.jpg) center center no-repeat; height:100%; width:100%;}
  11. #mydiv {
  12.     top: 50%;
  13.     left: 50%;
  14.     width:519px;
  15.     height:600px;
  16.     margin-top: -300px; /*set to a negative number 1/2 of your height*/
  17.     margin-left: -15em; /*set to a negative number 1/2 of your width*/
  18.     position:fixed;
  19.     z-index:9999;
  20.  
  21. }
  22.  
  23. </style>
  24. </head>
  25.  
  26. <body>
  27.  
  28.     <div id="mydiv"><img src="BB_SPLASH-LOGO1.png" width="519" height="600" /></div>
  29.  
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement