starybutterfly31
02-01-2006, 04:46 AM
i can't figure out how to get it right. i have a lookup but it is not showing up, like i want the image to be in the corner but it's everywhere. i just need help!
thanks.
thanks.
|
View Full Version : user lookup starybutterfly31 02-01-2006, 04:46 AM i can't figure out how to get it right. i have a lookup but it is not showing up, like i want the image to be in the corner but it's everywhere. i just need help! thanks. Sailor Dreammer 02-05-2006, 07:16 PM you need to go to mindlessinvalid.com. Go to css help. And their should be a code to do that. :D cathobbes21 02-07-2006, 10:36 PM WHERE DO I UPLOAD mp3S??? Wermaus 02-07-2006, 11:19 PM Hello starybutterfly31! I gess you don't want your background-image to repeat all over the place. So use CSS for it! body{ background:url(YOUR-BACKGROUND-URL.gif) fixed background-repeat:no repeat; right bottom } you can also put left or top , depending on where the image should go. |