Hallo Community!
Ich fing heute an eine Website für ein Spiel zu Programmieren, deswegen kann ich den Link leider nicht einblenden, jedoch bleibe ich schon nach einer Stunde hängen... Ich habe ein Flash Menu gebastellt dass auch hübsch funkt, aber leider eine scheinbar niedriegere Priorität als das Logo hat, denn, owohl nur ein transparentes Stück des Logos ins Menü ragt kann ich den Teil nicht benutzen. Ich habe außerdem noch eine graphische Mitteltabelle (da wo halt news reinkommen und der text und so) aber die hat wieder eine höhere Priorität als das Logo. Wodurch wird das bestimmt?
Danke schonmal in vorraus.
CODE:
Ich fing heute an eine Website für ein Spiel zu Programmieren, deswegen kann ich den Link leider nicht einblenden, jedoch bleibe ich schon nach einer Stunde hängen... Ich habe ein Flash Menu gebastellt dass auch hübsch funkt, aber leider eine scheinbar niedriegere Priorität als das Logo hat, denn, owohl nur ein transparentes Stück des Logos ins Menü ragt kann ich den Teil nicht benutzen. Ich habe außerdem noch eine graphische Mitteltabelle (da wo halt news reinkommen und der text und so) aber die hat wieder eine höhere Priorität als das Logo. Wodurch wird das bestimmt?
Danke schonmal in vorraus.
CODE:
HTML:
<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="AW-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: -450px; left: 270px;"> </img>
</object>
<img src="middltabl.jpg" style="position:relative; bottom: 450px; left: 270px;"> </img>
</body>
</html>
Zuletzt bearbeitet: