Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. /* *** IFRAME ATTRIBUTES ************************** */
  2. /* *** These styles are meant to overwrite other styles that are in the global css. *** */
  3. /* *** This file should only be called from the iFrame user control (ucIFrame.ascx)*** */
  4. #BodyContainer      {overflow:hidden;}
  5. #BodyBlock      {height:100%; padding:0;}
  6. #BodyBlock iframe   {border-top:0px dashed #000; border-bottom:0px dashed #000; height:100%; z-index:0; width:100%; overflow:hidden;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement