It looks like you're new here. If you want to get involved, click one of these buttons!
<html>
<head>
<style>
button
{
position:absolute;
}
button#b1
{
bottom:16%;right:5%;
nav-index:1;
nav-right:#b2; nav-left:#b4;
nav-down:#b2; nav-up:#b4;
}
button#b2
{
bottom:11%;right:0%;
nav-index:2;
nav-right:#b3; nav-left:#b1;
nav-down:#b3; nav-up:#b1;
}
button#b3
{
bottom:5%;right:5%;
nav-index:3;
nav-right:#b4; nav-left:#b2;
nav-down:#b4; nav-up:#b2;
}
button#b4
{
bottom:11%;right:10%;
nav-index:4;
nav-right:#b1; nav-left:#b3;
nav-down:#b1; nav-up:#b3;
}
</style>
</head>
<body>
<button id="b1">North</button>
<button id="b2">East</button>
<button id="b3">South</button>
<button id="b4">West</button>
</body>
</html>
Here is the file also.
Comments