internet (making(XHTML)) problems |
| Posted by: flying panda | | 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.
any help on the above would be nice | | Reply To this Message
|
| Posted by: flying panda | | 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) | | Reply To this Message
|
| Posted by: flying panda | | i really need help with this, anybody know much about XHTML? or website making? | | Reply To this Message
|
| Posted by: Sean Kelly | |
| quote: |
flying panda said this in post #3 :
i really need help with this, anybody know much about XHTML? or website making? |
oh... just a little.. 
code:
<body background ="yourimage.gif" bgproperties="fixed">
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.
| | Reply To this Message
|
| Posted by: flying panda | | 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 | | Reply To this Message
|
Technical Support Forum: internet (making(XHTML)) problems
|