Hi All,
iam using a background image with position relative in css. I want to increase the height of image more than it is,
this is my code
#background { background: url('img/Background.jpg') no-repeat center center; height: 600px; width: 1024px; position: relative; margin: 0px auto; }
and in html under body section iam calling this by
<div id=background>
when i want to increase the size of background to morethan what it is. image is just moving down. How to fix this issue.
As my total page is going to be 1024 x 600 i need it to be fixed in all pages such that there should not be any side bar or bottom page bar is it possible. Currntly i am giving border as 50px for the body section. which is give me different types of height in different types of screens.



Reply With Quote

Bookmarks