HTML Help Forum Index HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

I don't know how to say
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum Index -> Images & Graphics
View previous topic :: View next topic  
Author Message
hackzack



Joined: 01 Oct 2008
Posts: 1

Posted: Wed Oct 01, 2008 7:23 am     I don't know how to say  

I 'm sure there are many tutorials for this question, but I don't know what to write in google....

My Problem:
Today I created a new website which will contain many flashs and pictures. I started to create the skin, but I want the icon not to block the menu, (which seems to have a lower priority), but still to have a higher priority than an other pic.... Hope u understood me, I'm only 11 and not english....

The code is:

Code: <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Deutsche Community zu SAGA</title>
<link href="AQW-style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
 a:link{color:#B72835;}
 a:hover{color:#54BC47;}
 a:active{color:#2D7191;}
 <!--
body {background-color:#ffffff; }
#box {
   width:  300px;
   background-image:url(lefttablbig.JPG);
    background-repeat:no-repeat;
       height:300px;

}

#oben {
   height:40px;
   background-image:url();
   background-repeat:no-repeat;
   padding:30px;
}

#mitte {
   background-image:url();
   background-repeat:no-repeat;
   padding:15px;}

#unten {
   height:10px;
   background-image:url();
   background-repeat:no-repeat; }
   
-->
</style>
</head>

<body>

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
 codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
 width="725" height="71" id="CC8449291" align="middle">
<param name="movie" value="mymenu.swf"/>
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />
<param name="wmode" value="transparent"/>
<embed src="mymenu.swf" quality="high" bgcolor="#ffffff" width="725" height="71"
 wmode=transparent  name="CoffeeCup" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
 pluginspage="http://www.macromedia.com/go/getflashplayer" />
 </object>
 
<body background="NewMapA.jpg";>  </tr>
  <div id="box">
       <div id="oben">
       <tr>
    <td width="160"><p>
       <a href="index.html"><img src="index.jpg" alt="" border="0"></a><br />
      </tr>
        </div>
        <div id="mitte">
        <tr>
    <td width="160"><p>
      - <a href="NewGames.html">pls don't click</a><br />
      - <a href="Top10.html">here not 2</a><br />
      - <a href="AllGames.html">same here</a><br />
  </tr>
   </div>
        <div id="unten"></div>
</div>

      <table width="534" border="0" align="center" cellpadding="10" cellspacing="0">
      <tr>
      <td bgcolor="#C0AB58"><p>This isn't even a try<td><p>
            <span class="style1">first realize</span>!
            <span class="style28">28, septembre, 2008</span>!

       
    </table>
</table>
<img src="saga title lettering.png"  style="position:relative; top: -350px; left: 270px;"> </img>
</object>
<img src="middltabl.jpg" style="position:relative; bottom: 450px; left: 270px;"> </img>
</body>
</html>

saga title lettering.png has a higher priority than the menu but a lower than middltabl.jpg...

If u haven't understood me, pls PM me, I could send u the link for the page or edit this again.[/code]
sticks464



Joined: 31 Dec 2006
Posts: 1283

Posted: Wed Oct 01, 2008 8:01 am      

There are numerous errors that will prevent browsers from rendering your site correctly. Use http://validator.w3.org/ to find and correct your errors. Then post a live link if the page still does not display correctly.
 
 
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum Index -> Images & Graphics
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group