DIR : /home/kozerus/public_html/ko/tooltip10.html
/home/kozerus/public_html/ko
<style type="text/css">
.initial{
font-weight:bold;
background-image:url(first.jpg);
}
</style>
<script type="text/javascript">
<!--
/***********************************************
* Rollover background-image button- (c) Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
//Specify optional button target: "_new" for new window, or name of FRAME target (ie "myframe")
var buttontarget=""
if (document.images){
after=new Image()
//Enter image path of second image (for preloading purposes):
after.src="second.jpg"
}
function change2(e, image){
var el=window.event? event.srcElement: e.target
if (el.tagName=="INPUT"&&el.type=="button")
el.style.backgroundImage="url"+"('"+image+"')"
}
function jumpto2(url){
if (buttontarget=="")
window.location=url
else if (buttontarget=="_new")
window.open(url)
else
parent[buttontarget].location=url
}
//-->
</script>
<form onMouseover="change2(event, 'second.jpg')" onMouseout="change2(event, 'first.jpg')">
<input type="button" value="Yahoo" class="initial" onClick="jumpto2('http://yahoo.com')">
<input type="button" value="Google" class="initial" onClick="jumpto2('http://google.com')">
<input type="button" value="AlltheWeb" class="initial" onClick="jumpto2('http://alltheweb.com')">
<br>
<input type="button" value="google " class="initial" onClick="jumpto2('http://google.com')">
<input type="button" value="Yahoo " class="initial" onClick="jumpto2('http://yahoo.com')">
<input type="button" value="bing " class="initial" onClick="jumpto2('http://bing.com')">
</form>
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer