Autor Zpráva
stepi15
Profil
potrevoval bych nastavi misto cerneho pozadi obrazek a abyse opakoval svisle i vodorovne a nejde me to asi to tam blokuje jiny script

a jako pozadi je obrazek s touto cestou:
http://stepi15.yc.cz/ostatni/pozadi.jpg

PS: predem diky kdyz si nekdo na me najde cas:)

tady je zdrojovy kod: (kdybyste potrebovaly vzhledy i s obrazkama tak http://stepi15.yc.cz




<html>
<meta http-equiv="Content-type" content="text/html; charset=iso-8859-2">
<head>
<title>Stepi15.yc.cz</title>
<style>
body {background-color: #000;}
td {font-size: 10px; font-family: Verdana, Tahoma; color: #bbbbbb;}
td.nav {padding-left: 4px;}
a {font-size: 10px; font-family: Verdana, Tahoma; color: #775555; text-decoration:none;}
a:hover {font-size: 10px; font-family: Verdana, Tahoma; color: #775555; text-decoration:underline;}
.navhead {display: block; background-color:#222222; border: 1px dotted #555555; text-align:center; font-weight: bold;}
.time {display: block; background-color:; border: 0px dotted ; text-align:center; font-weight: bold;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- IClista -->
<script type="text/javascript" src="http://img.ic.cz/3/lista.red.win.js"></script>
<noscript>
<div style="display:block !important;visibility:visible !important;overflow:hidden;position:absolute;top:0px;left:0px;height:2 4px;z-index:20;width:100%">
<div style="display:block !important;visibility:visible !important;font-family:arial;font-size:11px;text-align:center;height:2 4px;color:#ffffff;background-color:#bb141a;z-index:15;line-height:24px ;">
<p style="margin:0 !important;padding:0 6px 0 0 !important;display:inline !important;"></p>
<a title="Najděte si lep�í práci!" href="http://www.jobpilot.cz/">Práce, brigády</a> | <a title="Nejlevnejsi letenky nejen pro studenty" href="http://letenky.studentagency.cz/letenky/">Nejlevnejsi letenky</a> | <a title="Sázení na sport po internetu - získejte bonus a� 1000 Kč!" href="http://adserver.itsfogo.com/click.aspx?zoneid=21448">Sázení na sport</a> | <a title="Hosting za super ceny." href="http://www.forpsi.com/">Webhosting od 19 Kč</a> | <a title="Nejlevněj�í pneumatiky a disky" href="http://www.dobrepneu.cz/">Dobré pneu</a> | <a title="Registrace domén .CZ za 440,- Kč na rok!" href="http://www.forpsi.com/">Doména .CZ za 440 Kč!</a> | <a title="�iroký výběr LCD televizorů." href="http://www.videoplaneta.cz/b/lcd-televize/">LCD televize</a> | <a title="Královna mezi rezervačními systémy letenek!" href="http://www.kralovna.cz/">Letenky Královna</a> | <a title="Vlo�te si svůj profesní �ivotopis zdarma!" href="http://www.jobpilot.cz/content/service/myjobpilot/enter_cv.html" >Vlo�te svůj �ivotopis</a> |
</div>
</div>
<div style="height:24px;display:block !important;visibility:visible !important; width:24px"></div></noscript>

<!-- /IClista -->
<center>
<table id="Table_01" background="images/overall_bg.gif" width="739" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="7">
<img src="images/index_01.gif" width="739" height="10" alt=""></td>
</tr>
<tr>
<td colspan="7">
<img src="images/index_02.gif" width="739" height="7" alt=""></td>

</tr>
<tr>
<td colspan="7">
<img src="images/index_03.gif" width="739" height="187" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img src="images/index_04.gif" width="173" height="70" alt=""></td>
<td colspan="3">

<img src="images/index_05.gif" width="566" height="70" alt=""></td>
</tr>
<tr>
<td>
<img src="images/index_06.gif" width="5" height="31" alt=""></td>
<td class="nav" background="images/nav.gif" valign="top" width="163" height="31">


<div class="navhead">ČAS</div>
<div class="time">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<title>HODINY</title>
</head>

<body>
<p><img src="0.gif" name=h1 width="15" height="20"><img src="0.gif" name=h2 width="15" height="20"><img src="2dots.gif" width="15" height="20"><img src="0.gif" name=m1 width="15" height="20"><img src="0.gif" name=m2 width="15" height="20"><img src="2dots.gif" width="15" height="20"><img src="0.gif" name=s1 width="15" height="20"><img src="0.gif" name=s2 width="15" height="20">
</p>
<script language="javascript">
var TimerID=null;
var imagesPath="";

var oHours=null;
var oMinutes=null;

var cHours=null;
var cMinutes=null;
var cSeconds=null;
//preload
ClockImages=Array(10);

if (document.images){
for (i=0;i<10;i++){
ClockImages[i]=new Image();
ClockImages[i].src=imagesPath+i+".gif";
}
}

function ShowClock(){
if (document.images){
cDate=new Date();
temp=cDate.getHours();
cHours=(temp>9)? ""+temp:"0"+temp;
temp=cDate.getMinutes();
cMinutes=(temp>9)? ""+temp:"0"+temp;
temp=cDate.getSeconds();
cSeconds=(temp>9)? ""+temp:"0"+temp;
if (cHours!=oHours){
document.images["h1"].src=imagesPath+cHours.substring(0,1)+".gif";
document.images["h2"].src=imagesPath+cHours.substring(1,2)+".gif";
}
if (cMinutes!=oMinutes){
document.images["m1"].src=imagesPath+cMinutes.substring(0,1)+".gif" ;
document.images["m2"].src=imagesPath+cMinutes.substring(1,2)+".gif" ;
}
document.images["s1"].src=imagesPath+cSeconds.substring(0,1)+".gif";
document.images["s2"].src=imagesPath+cSeconds.substring(1,2)+".gif";

oHours=cHours;
oMinutes=cMinutes;
TimerID=setTimeout("ShowClock()",1000);
}
}
window.onload=ShowClock;
</script>


</div>

<!-- Navigation Starts Here -->

<div class="navhead">HLAVÍ MENU</div>
&raquo; <a href="Úvod.html">Úvod</a><br>
&raquo; <a href="#">Link Here</a><br>
&raquo; <a href="#">Link Here</a><br>
&raquo; <a href="#">Link Here</a><p>

<div class="navhead">Section Two</div>
&raquo; <a href="#">Link Here</a><br>
&raquo; <a href="#">Link Here</a><br>
&raquo; <a href="#">Link Here</a><br>
&raquo; <a href="#">Link Here</a><p>

<div class="navhead">Section Three</div>
&raquo; <a href="#">Link Here</a><br>
&raquo; <a href="#">Link Here</a><br>
&raquo; <a href="#">Link Here</a><br>
&raquo; <a href="#">Link Here</a><br>

<!-- NAvigation End -->
</td>
<td colspan="3">
<img src="images/index_08.gif" width="11" height="31" alt=""></td>
<td background="images/content.gif" width="556" valign="top">
<!-- Content Starts Here! -->
<div class="navhead">stepi15</div>
<center><img src='http://siggy.draynor.net/goal/firemaking/99/stepi15.gif' /></a>
<center><img src='http://siggy.draynor.net/stats/mithmfmcape,stepi15.gif' /></a>

<center><img src='http://stepi15.yc.cz/ostatni/stepi15_sig.gif' /></a>


<size="20"><div class="navhead">Na strankach se pokousim pracovat :D</div>
<a href="http://www.runehead.com/clans/ml.php?clan=stepi15"target="_blank "><font size="4"><font color="lime">>>Svitavy Players<<</a>

<!-- Content End -->
</td>
<td>
<img src="images/index_10.gif" width="4" height="31" alt=""></td>

</tr>


<tr>
<td>
<img src="images/index_13.gif" width="5" height="76" alt=""></td>
<td>
<img src="images/index_14.gi
BaTeCzKo
Profil
Nevidim, ze bys to pozadi tam nekde mel ve stylu zvolene.

body {background-color: #000; background-image: url("ostatni/pozadi.jpg ");}
Vladosik
Profil
Vzdyt tam ten obrazek nemas vubec prirazenej ne???
Vladosik
Profil
BaTeCzKo
Kruci, o 44s rychlejs...
Toto téma je uzamčeno. Odpověď nelze zaslat.

0