SilverDragon
09-02-2003, 12:15 PM
i want a fixed picture in the bottom right corner so the picture doesn't move when you scroll up and down. i've seen it done before. does anyone know?
|
View Full Version : fixed picture SilverDragon 09-02-2003, 12:15 PM i want a fixed picture in the bottom right corner so the picture doesn't move when you scroll up and down. i've seen it done before. does anyone know? sanehni 09-02-2003, 03:44 PM in your css put body {background-image: url(http://www.yadayada.com/image.jpg); background-position: bottom right; background-attachment: fixed; background-repeat: no-repeat;} hope that helps... if it's not your bg image that you want to position it as i think there is a way to manually do it... but search Lissa's tutorials next time... Lydia 09-02-2003, 03:46 PM There's one here: http://www.dynamicdrive.com/dynamicindex4/logo.htm |