HTML/CSS-Removing the gray edges around a pdf object -


i trying put pdf object on web page. pdf loads fine, creates gray area around document. know gray area part of pdf document , part of object, trying find out how rid of it. have adjusted margins , padding. have adjusted height , width try , go away. have tried passing zoom option pdf when opens , nothing worked.

i want document load without creating sort of edges or borders on page. appreciated. markup applies below. i'm pretty sure won't never know.

<article class="main_content">      <object id="resume_object" type="application/pdf"  data="images/alexsresume30jan15.pdf">alex's resume</object>  </article>  article.main_content{     margin-top:70px; }  #resume_object{     height:1190px;     width: 910px;     margin-left:20%;     margin-right:20%;     padding:-20px;     background-color:white;   } 


Comments

Popular posts from this blog

Java 3D LWJGL collision -

methods - python can't use function in submodule -

c# - ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) -