Oggi realizziamo un menu orizzontale con i CSS e lo rendiamo dinamico con PHP

ecco come realizzare un menu orizzontale con i CSS e lo rendiamo dinamico con PHP

codice html

<div id=”menu”>
<ul>
<li><a href=”#”>Home</a></li>
<li><a href=”#”>About</a></li>
<li><a href=”#”>Blogroll</a></li>
<li><a href=”#”>Contatti</a></li>
</ul>
</div>

codice css


#menu {
width: 100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000066;
}

#menu ul{
margin: 0;
padding: 0;
list-style: none;
}

#menu li{
display: inline;
margin: 0;
padding: 0;
}

#menu a:link, #menu a:visited{
float: left;
background: #E1E1E1;
color: #000066;
margin: 0;
padding: 3px 3px 3px 3px;
text-decoration: none;
border: 1px solid #000066;
}
#menu a:hover, #menu a:focus, #menu a:active{
color: #000066;
background: #FFFFFF;
}

eliminiamo quindi nel css la voce
list-style: none;

poi disponiamo “inline” gli elementi della lista (li):
display: inline;

Vediamo ora come rendere dinamico questo menu con PHP. Immaginiamo di avere un array contenente le voci del menu:

$menu = array(“home”,”about”,”blogroll”,”contatti”);

Avvalendoci di un ciclo foreach stamperemo le voci della lista, cioè le voci del menu:

<ul>
<?php
foreach ($menu as $voce_menu) {
echo ‘<li><a href=”#”>’ .$voce_menu .’</a></li>’;
}
?>
</ul>

Possiamo ora verificare che

, aggiungendo elementi all’array $menu, troveremo poi le nuove voci anche nel nostro menu 

una volta fatto questo avrete questo codice da salvare come .php

<!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=iso-8859-1" />
<title>Realizzare un menu orizzontale con i CSS e renderlo dinamico con PHP</title>
<style type="text/css">

#menu {
width: 100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000066;
}

#menu ul{
margin: 0;
padding: 0;
list-style: none;
}

#menu li{
display: inline;
margin: 0;
padding: 0;
}

#menu a:link, #menu a:visited{
float: left;
background: #E1E1E1;
color: #000066;
margin: 0;
padding: 3px 3px 3px 3px;
text-decoration: none;
border: 1px solid #000066;
}

#menu a:hover, #menu a:focus, #menu a:active{
color: #000066;
background: #FFFFFF;
}

</style>
</head>
<body>
<?php

$menu = array("home","about","blogroll","contatti");

?>
<div id="menu">
<ul>
<?php
foreach ($menu as $voce_menu) {
echo '<li><a href="#">' .$voce_menu .'</a></li>';
}

?>
</ul>
</div>
</body>
</html>

non vi resta che provare!!! =)
 
  • http://www.google.com/ Tess

    Real brain power on display. Thanks for that asenwr!

    • http://www.gapdifferent.it giulio antonio pallante

      thanks for your comment please followme on twitter!

  • http://bestcamera.webs.com/ Camera Review

    Thank you for sharing. Not to many people in your position are so gracious. Your article was very poignant and understandable. It helped me to understand very clearly. Thank you for your help.
    My site is about Canon Cameras.

  • http://hearthealthydietplan.blogspot.com/ Heart Healthy Diet

    Sorry for my bad english. Thank you so much for your good post. Your post helped me in my college assignment, If you can provide me more details please email me.
    Heart Healthy Recipes

  • http://www.chaneloutlet-store.com/ Chanel Outlet Store

    This is the perfect blog for anyone who wants to know about this topic. You know so much its almost hard to argue with you (not that I really would want…HaHa). You definitely put a new spin on a subject thats been written about for years. Great stuff, just great!

  • http://www.coachsfactoryoutletsonline.net/ Coach Outlet

    This article written by great literary talent is very beautiful, colorful way. This is the most exciting I’ve ever seen one of the perfect article. Your article with a humorous, from which I get a lot of fun. Thank you very much for sharing and look forward to your updates.

  • http://prosestech.com Stacy

    What a great blog

    • http://www.gapdifferent.it gapdifferent

      i hope you get back soon on my site.

  • http://www.coachsfactoryoutletonline.net/ Coach Outlet Online

    My life for your dreams can piece together highlights in every episode rich and colorful! I think your thought is quite unique, it makes me surprise. I really can ‘t image how that could be! Nice!