Pogledajte određenu poruku
Staro 04. 10. 2006.   #11
Br@nkoR
banned
Professional
 
Avatar Br@nkoR
 
Datum učlanjenja: 04.06.2005
Poruke: 371
Hvala: 0
738 "Hvala" u 83 poruka
Br@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoro
Default

Kôd:
<script type="text/javascript">
function show(what) {
  document.getElementById(what).style.display = 'block';
}
function hide(what) {
  document.getElementById(what).style.display = 'none';
}
</script>

<a href="#" onmouseover="show('Layer1')">TEST</a>

<div id="Layer1" style="display:none;width:300px;height:100px;background-color: red;" onmouseout="hide('Layer1')" onmouseover="show('Layer1')">
bla bla bla <a href="#">test</a><br /><img src="slika.gif" alt="slika" title="slika" />
</div>
__________________
Don't look at me; I'm lost too.
“If you can't dazzle them with brilliance, baffle them with bul*s**t.”
Br@nkoR je offline   Odgovorite uz citat