webpagedesigner
Gebruiker
- Lid geworden
- 18 feb 2010
- Berichten
- 94
Ik ben net begonnen aan een site
nu heb ik een navi-bar in css die wil ik aanroepen
Die navi-bar is heel ingewikkeld missch moet ik iets weizigen
het staat in de map stylesheets
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#foxmenucontainer{height:24px;background:#000;display:block;padding:45px 0 0 15px;}
#foxmenu{position:relative;display:block;height:24px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:5px 20px 0 20px;height:19px;background:transparent url(images/foxmenu_bg-OFF.gif) no-repeat top left;}
#foxmenu ul li a:hover{color:#fff;background:transparent url(images/foxmenu_bg-OVER.gif) no-repeat top right;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#000;background:#fff;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
Ook heb ik een vraag over de kleuren
Dit zijn geen normale HEX
maar drie cijfers
<link href="..\stylesheet\style.css" rel="stylesheet" type="text/css" />
Gebeurt er niks..
Graag advies
nu heb ik een navi-bar in css die wil ik aanroepen
Die navi-bar is heel ingewikkeld missch moet ik iets weizigen
het staat in de map stylesheets
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#foxmenucontainer{height:24px;background:#000;display:block;padding:45px 0 0 15px;}
#foxmenu{position:relative;display:block;height:24px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#foxmenu ul li{display:block;float:left;margin:0 1px 0 0;}
#foxmenu ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:5px 20px 0 20px;height:19px;background:transparent url(images/foxmenu_bg-OFF.gif) no-repeat top left;}
#foxmenu ul li a:hover{color:#fff;background:transparent url(images/foxmenu_bg-OVER.gif) no-repeat top right;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#000;background:#fff;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
Ook heb ik een vraag over de kleuren
Dit zijn geen normale HEX
maar drie cijfers
<link href="..\stylesheet\style.css" rel="stylesheet" type="text/css" />
Gebeurt er niks..
Graag advies
Laatst bewerkt: