Autor Zpráva
Tomaskoo
Profil
Pootrebujem mam problem.......ma vytvorene tlacitko ...a umiastnee v css...a potom som robil jedno animovane menu...a potrebujem tam to tlaciko dostat....to tlacitko ale animacia mi ho stale prekriva..
nemozem to tlacitko dostan pred animaciu skusal som to pomocou z-index ale niako to nejde...pommoc..ako mam prekrit animaciu
venca163
Profil
Tomaskoo
bodl by kód...a měl by ses naučit psát srozumitelně
Tomaskoo
Profil
Naucim..sa pisat lepsie.......skusal som aj menit z-index ale nic sa nestalo tu je kod..

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<meta name="generator" content="PSPad editor, www.pspad.com">
<title></title>
<link rel="stylesheet" href="New2.css" type="text/css">
</head>
<body>

<div class="menu2">
</div>

<div class="banner_odkaz1">
<a href="Novy2.html">
<img src="banner_odkaz1.jpg" class="x2">
</a>
</div>

<div class="banner2">
</div>

<div class="poloha">
<a href="index.php.htm">
<img src="1.gif" onmouseover="this.src = '2.gif';" onmouseout="this.src = '1.gif';" class="x2" " class="poloha">
</a>
</div>
<div class="poloha">
<div class="menu_anime">

<object classid="clsid:D 27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http:/ /download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version= 6,0,40,0" border="0" width="158" height="430">
<param name="movie" value="menu_anime.swf">
<param name="quality" value="High">
<embed src="menu_anime.swf" type="application/x-shockwave-flash" width="158" height="430" pluginspage="http:/ /www.macromedia.com/go/getflashplayer">

</object>
</div>
</div>




</body>
</html>
Tomaskoo
Profil
/* CSS Document */
.menu2
{
background:url('menu2.jpg');
position: absolute;
top: 150px;
left: 1px;
width: 1112px;
height: 447px;
}

.odkaz_2
{
position :absolute;
top: 400px;
left: 150px;
}

.menu_anime
{
position: absolute;
top: 45px;
left: 20px;
z-index:1
}

.banner2
{
background:url('banner2.jpg');
position: absolute;
top: 1px;
left: 163px;
width: 949px;
height: 150px;
}

.banner_odkaz1
{
position: absolute;
top: 1px;
left: 0px;
}

.x2
{
border-style: none;
}
.poloha
{
position:absolute;
left:0px;
top: 200px;
z-index:0
}
Tomaskoo
Profil
a
Toto téma je uzamčeno. Odpověď nelze zaslat.

0