hi,
wie kann ich auf einem großen bild buttons erstellen?
so wie hier (oben rechts)
[Blockierte Grafik: http://www.4templates.com/images/pr/AX0083BL.jpg]
hi,
wie kann ich auf einem großen bild buttons erstellen?
so wie hier (oben rechts)
[Blockierte Grafik: http://www.4templates.com/images/pr/AX0083BL.jpg]
ich hab kein link, da es bis jetzt noch offline ist..
dies ist der code ohne den framenamen...
<table>
<tr>
<td id="test" width="240" height="82" onmousedown="this.style.backgroundImage='url(bild_a.jpg)'" onCLick="window.document.location.href='http://www.andreas-sass.de'; window.'main'" onMouseOver="this.style.backgroundImage='url(bild_c.jpg)';" onMouseOut="this.style.backgroundImage='url(bild_b.jpg)';" style="background-image:url(bild_b.jpg);">
<a><p align="center"><font face="Comic Sans MS">Hallo du da</font></p></a>
</td>
</tr>
</table>
ja, an sowas dachte ich auch,
aber kannst du bitte mal nen quellcode posten??
jo danke, funzt
nur jetz will ich noc nen link machen...
ich mach das mit onclick, aber wie kann ich das machen, dass er das in einem bestimmten Frame öffnet?
<html>
<head>
<title>http://www.andreas-sass.de</title>
<script language="JavaScript">
<!--
function doHover(b,i)
{
f = document[b].src;
f = f.substr(0,f.length-5);
f+=i+'.jpg';
document[b].src = f;
}
//-->
</script>
</head>
<body text="#FFFFFF" bgcolor="#000000" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<table>
<tr>
<td id="test" width="240" height="82" OnClick="open('http://www.andreas-sass.de')" onMouseOver="this.style.backgroundImage='url(bild_c.jpg)';" onMouseOut="this.style.backgroundImage='url(bild_b.jpg)';" style="background-image:url(bild_b.jpg);">
<a><p align="center"><font face="Comic Sans MS">Hallo du da</font></p></a>
</td>
</tr>
</table>
</body>
</html>
ja und wie mach ich das (also das in der tabelle)
vielleicht sucht er nen Server, sowas wie http://www.funpic.de
hi,
kann man bei HTML (o.ä.) die Systemlautstärke erhöhen??
danke im voraus
supersass1