Copy link to clipboard
Copied
I have many a times attempted to insert a fisheye menu into my work but have failed and am asking for help.
This is the most basic code i can come up with and where i have written the text is where i wish for the items to be. Can someone please help me to put a fisheye menu in, thanks.
HTML:
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href="centre.css" rel="stylesheet" type="text/css">
<style type="text/css">
body {
background-image: url(Wallpaper.jpg);
}
</style>
</head>
<body>
<div>
<p>BANNER HERE</p>
<p> </p>
<p> </p>
<p style="text-align: center">FISHEYE DOCK MENU HERE</p>
<p style="text-align: center"> </p>
<p style="text-align: center"> </p>
<p style="text-align: center">PAGE CONTENT</p>
<p> </p>
<p> </p>
</div>
</body>
</html>
CSS:
@charset "utf-8";
body div {
width: 65%;
margin-right: auto;
margin-left: auto;
text-align: center;
}
Have something to add?