Jump to content

eduard

Members
  • Posts

    2,375
  • Joined

  • Last visited

Posts posted by eduard

  1. If that is what you want, you should look for an animated gif that already exists. Or you could find a movie clip of some live coral. Select a number of frames and use a tool like PhotoShop to create an animated gif. I don't know any of free or cheap software that will let you do that. FWIW, animated gifs are very old fashioned and make poor substitutes for movies. Maybe you could just embed a YouTube movie. Or you could buy a small movie at istockphoto.com. I found several small movies of coral reefs for $34 each.
    What about css3 animations?
  2. I want to use css3 animations for the image (coral) on the homepage of my website: www.website2013.site50.netSo, the first (?) thing I've to do is making the image which now is a .jpg file into a .gif file!How do I do that? I don't have much time - someone is interested in me and wants an answer! Using 3D transform is a good option?

  3. :facepalm: I think he's talking about animated gif image, like he had on old site with water fall with water movement.
    Right! But how do I do that? Is that only possible with Flash or Photoshop? Or can I do anything with JavaScript?
  4. You confuse everyone by mentioning move and javscript, you give the impression you need to move using a type of javascript animation.
    That's my lack of knowledge, but I need a reply to my question!
  5. To center the image in CSS, set the left and right margins to auto.
    As you can see on the website www.website2013.site50.net the image is at the right place and of course I don't want the image to move but it's content (coral)!
  6. If you want the flags to be the background of something, you'll need to create elements for them to be the background of. Probably spans. Then you will have to set the background repeat, left and top position, and some padding on one side.
    Thanks!However, I don't want them as a background but the flags before those words!
  7. I must have an image on the homepage of my website www.website2013.site50.net today!I want to have it move! How do I do that? First, downloading a stastistic image and then make it move with JavaScript?Do I have to download the image or copy the URL?I now have the image on my homepage (left), but how do I get it centered with css?

  8. I think! what he wants, now don't take it as a fact as I'm guessing here, and if I'm right! I honestly can't figure out why he could not do it! HA what am i saying haha, anyhow he wants #main background to be WHITE. Also you missed a bit of important info from bottom of page "Web Development by the forum of w3schools.invisionzone.com, who utterly disassociate themselves from the Web Design aspect of this Site"
    After reading this I am awake (better than my alarm!)
  9. The browser is looking for ex1.css in the same directory where your index file is. That should be easy to verify.
    The file is fully validated, but now it doesn't open as html file! <!DOCTYPE html> <html> <head><link rel="stylesheet" type="text/css" href="ex1.css"><title>Eduard Lid</title></head> <body> <div id="container"><p id="name">Eduard Lid</p><ul id="flags"><li><a href="#">us<span id="amer"></span></a></li><li><a href="#">es<span id="spanish"></span></a></li></ul></div> <div id="main"><ul id="links"><li><a href="american.html">more</a></li><li><a href="spanish.html">más</a></li></ul> </div> <div id="bottom"> <p id="design">web<br>design diseñar<span id="copyright">Copyright © 2013</span></p> <a href="http://ar.linkedin.com/in/eduardlid"> <img id="rot" src="http://www.linkedin.com/img/webpromo/btn_viewmy_120x33_es_ES.png?locale=" alt="Ver el perfil de Eduard Lid en LinkedIn"/>* Rotate div */ </a> </div> </body></html>
  10. Online or offline, there are still 6 important errors and one small one. I see no reason to think your website is unsafe. Maybe someone is trying to scam you?Exactly what doesn't work when the site is offline?
    Thanks!What doesn't work is that my html doc. doesn't link to my external css style sheet! I assume that the path is wrong, but how do I determine that?
  11. I see big changes. There are still a few errors in your HTML. The validator gets confused on line 38. /* comment */ is not correct comment syntax for HTML. This is: <!-- comment -->
    I've gotten a reply that this website isn't safe! How can I free test that? and on-line this website works, off-line it doesn't! How do I make it works off-line also? (I use Google Chrome)
×
×
  • Create New...