Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • EspaƱol
      • FranƧais
      • PortuguĆŖs
  • ę—„ęœ¬čŖžć‚³ćƒŸćƒ„ćƒ‹ćƒ†ć‚£
    Dedicated community for Japanese speakers
  • ķ•œźµ­ ģ»¤ė®¤ė‹ˆķ‹°
    Dedicated community for Korean speakers
0

Fisheye Dock Menu Help

New Here ,
Feb 10, 2015 Feb 10, 2015

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;

}

TOPICS
Extensions
284
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation