You need to sign in to do that
Don't have an account?
nask
Image is not completely visible
HI I have a requirement where we need to show an image in a background of the page but due to some reasons pic on the page is show only 1/2. I want the complete image to be shown with a scroll bar.
but sue to some reasons i cant see th scroll bar as well.
can any one help?
<apex:page sidebar="false" standardStylesheets="false" showHeader="false" applyBodyTag="true"> <apex:form > <apex:pageBlock > <html> <head> <style type="text/css" > @page{ size: 8.32in 11.69in; margin-top:0px; margin-right:0px; margin-left:0px; margin-bottom:0px; overflow:scroll; } body { background-image:url({!$Resource.COC1}); background-repeat:no-repeat; overflow = scroll; } </style> <body > </body > </head> </html> </apex:pageBlock> </apex:form> </apex:page>