hallo zusammen, mein problem ist ein bisschen ausgefallen und ich weis nicht ob man es überhaupt realisieren kann, wenn es doch geht, wäre ich über eure hilfe sehr erfreut, auch für andere lösungsvorschläge hab ich immer ein offenes ohr.
mein problem:
ich will eine page machen, au der eine login tabelle ist, diese hab ich zurechtgerückt und passt alle,
jetzt will ich noch ein hintergrundbild, das das zentriert ist, das klappt auch gut, aber wie bekomme ich das imagemap da mit rein?
hier der code:
schon mal danke im voraus
euer blade
mein problem:
ich will eine page machen, au der eine login tabelle ist, diese hab ich zurechtgerückt und passt alle,
jetzt will ich noch ein hintergrundbild, das das zentriert ist, das klappt auch gut, aber wie bekomme ich das imagemap da mit rein?
hier der code:
Code:
<html>
<body background="bg.png">
<tabel.............>
</table>
</body>
</html>
und für das bild bg.png soll nurn folgender code gelten:
<img name="bg10" src="bg.png" width="1280" height="860" border="0" usemap="#bg1" alt="" />
<map name="bg1">
<area shape="rect" coords="158,5,243,22" href="http://www.ncsoft.com" alt="">
<area shape="rect" coords="174,132,362,151" href="http://www.plaync.com/de" alt="">
<area shape="rect" coords="176,153,363,173" href="http://www.plaync.com/de/news" alt="">
<area shape="rect" coords="176,176,363,195" href="http://www.plaync.com/de/games" alt="">
<area shape="rect" coords="176,197,362,216" href="http://www.plaync.com/de/account" alt="">
<area shape="rect" coords="176,218,362,236" href="http://www.plaync.com/de/about" alt="">
<area shape="rect" coords="177,238,362,256" href="http://store.plaync.com" alt="">
<area shape="rect" coords="175,259,362,277" href="http://www.plaync.com/de/jobs" alt="">
<area shape="rect" coords="177,279,362,300" href="http://www.plaync.com/de/help" alt="">
<area shape="rect" coords="856,607,929,623" href="http://www.plaync.com/de/about" alt="">
<area shape="rect" coords="1022,606,1101,622" href="http://www.ncsoft.com" alt="">
<area shape="rect" coords="939,608,972,622" href="http://www.plaync.com/de/help/legal.html" alt="">
<area shape="rect" coords="979,607,1013,622" href="http://www.plaync.com/de/news/press.html" alt="">
</map>
schon mal danke im voraus
euer blade
Zuletzt bearbeitet von einem Moderator: