Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am able to keep the image in the specified location (center right left) but i want the whole page as a single image background

What I have tried:

body, #Button1, #Button2, #Button3 {
background-image:url('Colour-qoutes-box.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
font-family: Gabriola;
font-size: large;
font-style: italic;
table-layout: auto;
border-collapse: collapse;
border-spacing: inherit;
empty-cells: hide;
font-weight: bold;
}
Posted
Updated 9-Dec-16 0:34am
Comments
Afzaal Ahmad Zeeshan 9-Dec-16 15:03pm    
Also, is your image big enough?

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900