back ground image
-
Hello new to asp.net and i am working on one assignment, I have one image which i want to use as a page background and it's size is 1158 x 777 bitmap image, I have set image as a background and it displays on the web page but from right side and bottom side is not display on web page so how can i put scroll bar to move image up and down and side ways as well waiting for your kind help
-
Hello new to asp.net and i am working on one assignment, I have one image which i want to use as a page background and it's size is 1158 x 777 bitmap image, I have set image as a background and it displays on the web page but from right side and bottom side is not display on web page so how can i put scroll bar to move image up and down and side ways as well waiting for your kind help
you are putting it as page BackGround,not as Image on the page. you cant put scroll bar just like that. scroll bar will come if any object exceeds the page width or height. So here is a workaround for this create
then your page content comes here
the page will show complete image in the background with scroll bars. Ashish Agrawal Web Developer, Aurigo Software Tchnologies,Inc
-
you are putting it as page BackGround,not as Image on the page. you cant put scroll bar just like that. scroll bar will come if any object exceeds the page width or height. So here is a workaround for this create
then your page content comes here
the page will show complete image in the background with scroll bars. Ashish Agrawal Web Developer, Aurigo Software Tchnologies,Inc
hello sir thanks for your rep. i have tried that but still it's not working here is the code i am using and i am not sure that is it the right
<body background="homepage_notext.bmp" >
<div height="1158" width="777">
</div>
</body>but under height and width it shows red line waiting for your kind rep.