Jump to content

dorlevi

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by dorlevi

  1. hello,i have 2 questions in html5:1. can i reverse the movie? i mean i have i have a movie and it is playing upside downand i need to cw it 90 degrees or 180 degress how can i do it without changing the video(php, html, css, js....)2.can i play a video and after it is finished it will play automaticly a second video? thx from advance

  2. Hello,i am decoding a psd to html and css,and i have this code:

    <!DOCTYPE html><html lang="en">    <head>    <meta name="viewport" content="width=device-width, initial-scale=1">	    <meta charset="utf-8" />	    <title>בית ספר לקעקועים</title>	  <style>   body   {    background-color:#042870;    no-repeat fixed 100% 100%;   }  </style>	       </head>    <body>				    <div>	  <img src="images/platform.png " style="position:relative; z-index:-1;" />						 <a href="about.html">	   <img class="alignImg" src="images/about.png " style="position: absolute;left:920px; top: 250px;" />			 </a>

    this code works (no matter what the screen size is)but when i add align to center it ruiz the pagewhen the page is bigger then the html file all the buttons move from where they should be....(i want them in the a specific location and when i dont use the align it put them in the right place but when i use the align when the screen is very big like mine it moves the buttons from their location....) how can i fix it? thx from advance

×
×
  • Create New...