Jump to content

eduard

Members
  • Posts

    2,375
  • Joined

  • Last visited

Everything posted by eduard

  1. eduard

    CSS into CSS3?

    How do I change the logo of LinkedIn of my website: eduardlid.web44.net which now is a CSS element into a CSS3 element (transform)? HTML: <!DOCTYPE html> <html><head> <meta http-equiv="content-type" content="text/ html; charset=UTF-8"> <title>Eduard Lid</title> <link rel="stylesheet" type="text/css" href="ex1.css"> </head><body> <div id="container"> <ul id="links"> <li><a href="american.html">more</a></li> <li><a href="spanish.html">más</a></li> </ul> <ul id="flags"> <li><a href="#">us<span id="amer"></span></a></li> <li><a href="#">es<span id="spanish"></span></a></li> <li><a href="#">d<span id="germ"></span></a></li> <li><a href="#">nl<span id="dutc"></span></a></li> <li><a href="#">f<span id="fren"></span></a></li></ul> <p id="work">looking for work</p> <p id="trabajo">busca trabajo</p> <div id="main"> <img id="eduard" src="eduard.JPG" alt="img Eduard Lid"> <img id="waterfall" src="waterfall-10.gif" alt="waterfall animation"> <iframe id="video" src="http://www.youtube.com/embed/p8QFOBiWvns" frameborder="0"></iframe> <p id="p1">Web designer<br>Translator<br>Writer</p> <p id="p2">Diseñador de sitios web<br>Traductor<br>Escritor</p> </div><!-- end #main --> <p id="name">Eduard Lid<span id="copyright">Copyright © 2012</span></p> <a href="http://ar.linkedin.com/in/eduardlid"> <img src="http://www.linkedin.com/img/webpromo/btn_viewmy_120x33_es_ES.png?locale=" width="120" height="33" border="0" alt="Ver el perfil de Eduard Lid en LinkedIn" /* Rotate div */ </a> </div><!-- end #container --> </body></html>
  2. Thanks! ???????????????????????
  3. Ok, thanks! But where in my CSS?
  4. How do I get the height of my first div the same as the third div of my website www.eduardlid.web44.net? CSS: * { margin:0; padding:0; list-style-type:none; }body{ font:bold 18px arial,geneva,SunSans-Regular,sans-serif; background-color:#6495ed; }#container { min-width:966px; }#links { float:left; padding:10px 0 0 100px; font-size:12px; }#links li { margin-bottom:5px; } #links a { color:#000; } #links a:hover { color:#696969; }#flags { float:right; width:256px; height:20px; margin:10px 0px; } #flags li { position:relative; float:left; width:24px; margin:0 2px; font-size:8%; font-weight:normal; } #flags a,#flags span { position:relative; display:block; width:20px; line-height:2px; font-size:0%; font-weight:normal; } #flags span { position:absolute; top:0; left:0; width:-6px; height:24px; background-position:0 -2px; } #flags span:hover { box-shadow:#eef 0 0 0px; } #amer { background-image:url(americanflag.gif); } #spanish { background-image:url(spanishflag.gif); } #germ { background-image:url(germanflag.gif); } #dutc { background-image:url(dutchflag.gif); } #fren { background-image:url(frenchflag.gif); }#looking { min-width:958px; }#work { clear:both; float:left; margin:10px 0 10px 303px; font-size:100%; color:#fff; } #trabajo { float:right; margin:10px 303px 10px 0; font-size:100%; color:#fff; }#main { clear:both; position:relative; height:380px; background-color:#fffff0; border:4px solid #808080; }#eduard { float:left; width:285px; border-right:4px solid #808080; }#waterfall{ float:right; width:285px; border-left:4px solid #808080; }#video { display:block; width:380px; height:280px; margin:20px auto;box-shadow:5px 5px 5px #999; }#p1 { position:absolute; width:125px; font-size:90%; left:299px; bottom:10px; }#p2 { position:absolute; width:190px; font-size:90%; right:299px; bottom:10px; } #p3 { position:absolute; width:190px; font-size:90%; right:299px; bottom:10px; }#name { position:relative; font-size:50px; color:#000; text-align:center; }#copyright { position:absolute; top:40px; right:100px; font-size:10px; color:#fff; }
  5. However, I ' ve to show (for possible employers) that I do know HTML5 and CSS3! What do I have to replace in my current website (www.eduardlid.web44.net)?
  6. So, what's my next step: JavaScript or jQuery?
  7. Is it difficult to put html5 and css3 elements on my website (www.eduardlid.web44.net)?
  8. eduard

    ´More´ value?

    y Typical a reaction of a tourist who doesn't know how life's in Argentina (e. g. many times no internet and the internet very slow!)Maybe I'm at the wrong place?
  9. eduard

    ´More´ value?

    First of all, everyone a good 2013! I now live in a small Argentinian town. Not many persons do have internet! However, I do have to design a website for a local hotel owner!If you compare my website: http://www.eduardlid...icolas/hpn.html which I made in 2011 and my website http://www.eduardlid.web44.net which I made in 2012. What´s the ´more´ value of the latest (please in %!) e. g. I´ve used a video and Photoshop and - very important - how do I convince the client to pay more?
  10. If you go to this page, you' ll see there's an uploading problem! I' ve re-tried it several times, but the problem remains? How do I solve it? http://www.eduardlid.net/book/A360D5C2-EDDD-481D-B532-DA97F39EC8FE.html
  11. Please, could you post your own thread? Thanks!
  12. What do I've to translate of my contact.php for spanish speaking people ( www.eduardlid.net)? (I' ve tried to make a start!) <?php /* Set e-mail recipient */ $myemail = "eduard.lid@gmail.com"; /* Check all form inputs using check_input function */ $yourname = check_input($_POST['Su nombre y apellido'], "Ingresa su nombre y apellido por favor"); $email = check_input($_POST['email']); $website = check_input($_POST['website']); $comments = check_input($_POST['comments'], "Write your comments"); /* If e-mail is not valid show error message */ if (!preg_match("/([\w\-]+\@[\w\-]+\.[\w\-]+gresa)/", $email)) { show_error("E-mail address not valid"); } /* If URL is not valid set $website to empty */ if (!preg_match("/^(https?:\/\/+[\w\-]+\.[\w\-]+)/i", $website)) { $website = ''; } /* Let's prepare the message for the e-mail */ $message = "Hello! Your contact form has been submitted by: Name: $yourname E-mail: $email URL: $website
  13. That's an easy one!2a to hold responsible! If you've read my post thoroughly you could read that I'm 100% responsable for my website!
  14. I understand you don't know the difference between: to critsize and to blame! Well, google it! P. s. I asked you to send this as a personal message!
  15. I´ve to react to this post, because it hurts very much! I never blame another person! In this case: it´s MY website and I´m 100% responsablefor it!BUT, I do have my critism! - WHICH IS NOT BLAMING! If I made an ERROR, it´s for meno problem to admit that and to write: you´re right! which I´ve done several timesin these fora! BUT INSTEAD: (like in this thread!) a) persons reading my posts not good, so replying to another page (I admit that postnr. 1 wasn´t good, but I knew that just when I asked the same question in anotherforum!). But after realising that (ERROR) by the other person no excuse! b no good, clear explanation why this problem exist and how to solve itOther forum: 1) Why didn't you just post the URL http://www.eduardlid.../hospedaje.html to make it easy for people to go right to the page in question. Any minute you save us will be use to try to solve the issue at hand. 2) Your CSS ex4.css cannot be found. So you need to solve the path. 3) Create a container div(<div id="imgecontainer">....your images go here</div>) then:- solution a: set its let and right margins to the specific pixels value you desire.#imageoontainer{margin:0 40px; /* 0 for top and bottom, 40px fro left and right margins. Change to whatever values */overflow:hidden;} - solution b: set the width of #imagecontainer to a certain percentage of the page width then set its margins to auto#imagecontainer{width:90%; /* change to whatever percentage can accommodate your images */margin:0 auto;overflow:hidden; c) several persons make a fool of me which has nothing to do for the meaning of thesefora! Therefore, I ask other persons to post only about web development! Other things? Fine, send me a personal message please?
  16. Were people like html and css? Then they would be much easier (and boring too!)!
  17. What post was that? Far from nr. 1!
×
×
  • Create New...