Advertisement
Guest User

Overlay, 2

a guest
Nov 25th, 2010
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.59 KB | None | 0 0
  1. #TB_overlay {
  2.     Z-INDEX: 100; LEFT: 0px; WIDTH: 100%; POSITION: fixed; TOP: 0px; HEIGHT: 100%
  3. }
  4. .TB_overlayBG {
  5.     FILTER: alpha(opacity=75); BACKGROUND-COLOR: #000; opacity: 0.75; -khtml-opacity: 0.75; -moz-opacity: 0.75;
  6. }
  7.  HTML #TB_overlay {
  8.     POSITION: absolute; HEIGHT: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px')
  9. }
  10. BODY > div#TB_overlay {
  11.     POSITION: fixed; HEIGHT: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px')
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement