This is my first HTML code~!
The Menu bar is the only think i don't like ):
If you have a menu bar code that you think it's good please tell me :D
Preview:
Code:
Banner PSD:
Click It
PS: Please don't change the Copyright!
If i will get a new menu bar code or creat a new one i will change it :D
The Menu bar is the only think i don't like ):
If you have a menu bar code that you think it's good please tell me :D
Preview:
Code:
- Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Live-Zone Index</title>
<style type="text/css">
body {
background-color: #c9cccf;
vertical-align:middle;
margin-top: 100px;
}
img {
vertical-align:middle;
}
</style>
<script language=JavaScript>
<!--
//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com
var message="Functia click dreapta este dezactivata!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
<center><html>
<body>
<a href="/forum">Go to Forum</a> -
<a href="/forum">Read The Rules</a> -
<a href="/forum">Other Link's</a> -
<a href="/forum">Tutorial Area</a> <br />
<p></p>
</body>
</html>
</head>
</center>
<body>
<center><img src="http://i.imgur.com/2FhOm.png" border="0" /></center>
</body>
</html>
<div style="color: grey; margin-top: 5px; margin-bottom: 5px;" align="center">Copyright <a href="http://www.codes.forumotion.co.uk" onmouseover="mouseoversound.playclip()" onclick="clicksound.playclip()">Alexandru C.(Kenzo)</a>.</div>
Banner PSD:
Click It
PS: Please don't change the Copyright!
If i will get a new menu bar code or creat a new one i will change it :D