OK. heres the deal.
this band wants me to do a site for them. i have all the layout and whatnot, except for one thing.
i have a background img on hte home page of the site. ( www.atomicmatches.com/home.asp ) but i want it ot be aligned at the bottom.
let me explain more.
all the leaves are cluttered in the corner, which is where they’re supposed to be. the bottom right corner of teh image is suppose to be in the bottom right corner of the page.
right now… i have this as the image position.
background-attachment: fixed;
background-position:300px 300px;
but the image stays at that position, even if the users browser is too small to be able to see trhe image.
ive tried using…
background-position:bottom;
but that puts it in the bottom center.
i want it to move to configure to every users browser.
if you dont get what im saying, please tell me, and ill try to elaborate more.
thanks for any help
-Naaman