i have this website right, and i want to put a pic on the background that doesnt move with the text, i know you can do this in CSS;
body {
background-attachment: fixed; text-align: centre
background-position: 0% 35px;not sure what to put here
background-repeat: repeat-no;not sure what to put here
background-image: "my_image.gif"
}
but i was wondering what i have to put in body in the HTML doc to get the same effect.
also ....
i have 2 websites, and i want to have one web site auto go to my other site - something like on load but im not sure how to put that to make it happen on a HTML page.
also, i just remembered, anyone who can tell me how i can get an animation to work on the web, i would be everlastingly greatful for.
i have it as a gif i think at the moment, and it works on the page when its taken from my own files (on my comp) but when i upload, it comes up with the alt i gave it. it happeded on both my sites. do u need to give it a spacial end bit (eg GIF, JPEG, PMG)
As for your GIF animations not working, if you are FTP uploading files, try using auto or binary transfer modes in your FTP client. an ASCII or text based transfer mode may be screwing up the file.
thx. the ftp - for one of the pages i use firefox but the others a free webspace, and you dont need to download a ftp uploading software, so ill investigate on that one - thankyou