|
Post by egle on Jul 12, 2006 11:49:38 GMT
I try do make a layout for my other (lithuanian site) and I need to map it... (here is the layout www.freewebs.com/raganystes/layout.jpg ) I need to map those words in left side to open them in the middle frame. but when I map it and upload it to my site it wont work... If someone knows how to work with mapping and can help me, please let me know, I will explain everything more detailed..
|
|
|
Post by ۞// silent eyez on Aug 2, 2006 2:48:48 GMT
Can you show me the layout coding, please (with the mapping coding as well)? I've never done this, but I'd like to see if I can help out
|
|
|
Post by egle on Aug 4, 2006 12:34:59 GMT
here is the mapping code: <html> <head> <meta name="Author" content=""> <meta name="Generator" content="Paint Shop Pro 9"> <title> </title> </head> <body>
<img name="layout0" src="layout.jpg" width="1000" height="1000" border="0" usemap="http://www.freewebs.com/raganystes/layout.jpg" alt="" />
<map name="layout"> <area shape="rect" coords="25,440,141,481" href="http://www.freewebs.com/raganystes/about.html" target="http://www.freewebs.com/raganystes/main.html" alt="apie"> <area shape="rect" coords="27,483,142,516" href="http://www.freewebs.com/raganystes/burtai/uzkeikimai.html" target="http://www.freewebs.com/raganystes/main.html" alt="burtai"> <area shape="rect" coords="24,517,216,551" href="http://www.freewebs.com/raganystes/zodiakai/zodiakai.html" target="http://www.freewebs.com/raganystes/main.html" alt="Horoskopai"> <area shape="rect" coords="23,552,159,585" href="http://www.freewebs.com/raganystes/galerija.html" target="http://www.freewebs.com/raganystes/main.html" alt="galerija"> <area shape="rect" coords="24,586,202,623" href="http://www.freewebs.com/raganystes/egypt/hieroglyfs.html" target="http://www.freewebs.com/raganystes/main.html" alt="hieroglifai"> <area shape="rect" coords="14,622,261,660" href="http://www.a-free-guestbook.com/guestbook.php?username=raganystes" target="http://www.freewebs.com/raganystes/main.html" alt="sveciu knyga"> <area shape="rect" coords="22,664,206,696" href="http://www.freewebs.com/raganystes/vote.html" target="http://www.freewebs.com/raganystes/main.html" alt="Balsuokite"> <area shape="rect" coords="27,698,108,731" href="http://www.freewebs.com/raganystes/kita.html" target="http://www.freewebs.com/raganystes/main.html" alt="...Kita..."> <area shape="rect" coords="2,2,504,430" href="http://www.freewebs.com/raganystes/main.html" target="http://www.freewebs.com/raganystes/main.html" alt="HOME"> </map>
</body> </html>
here is the layout: www.freewebs.com/raganystes/layout.jpgand here is my curent layout code: <HTML> <HEAD> <TITLE>Raganystes</TITLE> <link rel="stylesheet" href="http://www.freewebs.com/raganystes/witch.css" type="text/css"> <LINK REL="SHORTCUT ICON" HREF="favicon.ico"> <script language=JavaScript> <!--
//Disable right click script III- By Renigade (renigade@mediaone.net) //For full source code, visit http://www.dynamicdrive.com
var message="!!!Nevok!!!"; /////////////////////////////////// function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false") // --> </script>
</HEAD> <BODY> <script language=JavaScript> <!--
//Disable right click script III- By Renigade (renigade@mediaone.net) //For full source code, visit http://www.dynamicdrive.com
var message="!!!Nevok!!!"; /////////////////////////////////// function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false") // --> </script>
<DIV style="position: absolute; top:0px; left:0px;" id="scroll0" style="width:1000;height:1000"><img src="http://www.freewebs.com/raganystes/witchcraft%20layout.png"></div> </div>
<DIV style="position: absolute; top:394px; left:555px;" id="scroll4" style="width:152;height:274; filter:alpha(opacity=transparent); overflow:auto"> <iframe src="http://www.freewebs.com/raganystes/left.html" name="left" width="152" height="274" frameborder="0" allowtransparency="true"></iframe></div>
<DIV style="position: absolute; top:211px; left:130px;" style="width:418;height:780; filter:alpha (opacity=transparent);
overflow:auto"> <iframe src="http://www.freewebs.com/raganystes/main.html" name="main" width="418" height="780" frameborder=0></iframe></div>
</div>
<DIV style="position: absolute; top:716px; left:555px;" id="scroll4" style="width:152;height:108; filter:alpha(opacity=transparent); overflow:auto"> <iframe src="http://www.freewebs.com/raganystes/links.html" name="links" width="152" height="108" frameborder=0></iframe></div> <br>
<script>NekoType="black"</script> <h1 id=nl><script src="http://webneko.net/n200504.js"></script><a href="http://webneko.net">Neko</a></h1>
</BODY> </HTML>
|
|