Parašė NoExit· 2009 Bal. 19 15:04:53
#4
Visas
html kodas. Nuotrauka - div'as. Baltas langas - kitas div'as. Paspaudus ant balto lango, nukelia i kita puslapi -
javascript. Primityvus kodas. Tau sito reikia?
<html>
<head>
<style>
#nuotrauka {
background: url('http://www.bleb.org/software/maemo/background-n800.jpg');
width: 720px;
height: 480px;
}
#langelis {
position: absolute;
top: 200px;
left: 200px;
width: 100px;
height: 100px;
background-color: white;
}
</style>
</head>
<body>
<div id="nuotrauka">
<div id="langelis" onClick="window.location.href='http://www.google.lt/'">CLICK ON ME</div>
</div>
</body>
</html>
Redagavo NoExit· 2009 Bal. 19 15:04:40