liamC
Member
Registered: 28th Feb 04
User status: Offline
|
Is the above possible?
I have one image as my header background, positioned top center, but I also want another image to be aligned bottom right hand side of the browser.
I've tried putting one image inside the 'html' tag and one in the 'body' tag, but with no luck.
The image I want bottom right, I basically want stuck to the bottom right hand side of the browser using "background-position: 100% 100%;"
Any help appreciated
|
Sam
Moderator Premium Member
Registered: 24th Dec 99
Location: West Midlands
User status: Offline
|
Do you want the image to be on the bottom right hand side of the page, or positioned so that when you scroll the page up and down the image is still at the bottom right hand side of the web browser?
|
liamC
Member
Registered: 28th Feb 04
User status: Offline
|
the latter mate
|
Sam
Moderator Premium Member
Registered: 24th Dec 99
Location: West Midlands
User status: Offline
|
Take a look at this thread on the webmasterworld website:
http://www.webmasterworld.com/forum83/4584.htm
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
Why don't you use a DIV for your header, declare a background image for it with CSS, then use IMG tags to display the other image at the bottom and give it a fixed position, also, give it a z-index of -1 so it's on a lower layer than everything else.
|