hi...
first off all: my english isn´t the best. pls be patient (:
i hope it is the right place for my questions.
i made a homepage for a friend of mine.
http://zahnarztpraxis-eschner.deand i used the cssmenumaker. i implemented it and everything works like it should. but now i like to have a few changes.
as you can see the links in the bar aren´t in the center.
how can i put them in the center?
how can i change the font and the size of the letters?
how can i fix the problems with ö and ä?
how can i get the menu always in front? as you can see e.g.
http://zahnarztpraxis-eschner.de/So_finden_Sie_uns.html and then put the mous over "Wir über uns" the menu is in the background.
Code:
<head>
<link rel="stylesheet" type="text/css" href="/menu/menu_style.css" />
</head>
<div class="nav-container-outer">
<img src="/menu/images/nav-bg-l.jpg" alt="" class="float-left" />
<img src="/menu/images/nav-bg-r.jpg" alt="" class="float-right" />
<ul id="nav-container" class="nav-container">
<li><a class="item-primary" href="http://zahnarztpraxis-eschner.de/index.html" target="_self">Startseite</a>
</li>
<li><span class="divider divider-vert" ></span></li>
<li><a class="item-primary" href="" target="_self">Wir über uns</a>
<ul style="width:150px;">
<li><a href="http://zahnarztpraxis-eschner.de/So_finden_Sie_uns.html" title="So finden Sie uns" target="_self" >So finden Sie uns</a></li>
<li><a href="http://zahnarztpraxis-eschner.de/Mein_Team.html" title="Mein Team" target="_self" >Mein Team</a></li>
<li><a href="http://zahnarztpraxis-eschner.de/Praxisr%C3%A4ume.html" title="Praxisräume" target="_self" >Praxisräume</a></li>
</ul>
</li>
<li><span class="divider divider-vert" ></span></li>
<li><a class="item-primary" href="http://zahnarztpraxis-eschner.de/Leistungen.html" target="_self">Leistungen</a>
</li>
<li><span class="divider divider-vert" ></span></li>
<li><a class="item-primary" href="http://zahnarztpraxis-eschner.de/Kontakt.html" target="_self">Kontakt</a>
</li>
<li><span class="divider divider-vert" ></span></li>
<li><a class="item-primary" href="http://zahnarztpraxis-eschner.de/Impressum.html" target="_self">Impressum</a>
</li>
<li><span class="divider divider-vert" ></span></li>
<li class="clear"> </li>
</ul>
</div>
i put the code from the cssmenumaker here. i know a few comands to make some changes like "center" but i have no idea where to put them in this code.
thanks a lot in advanced
regards Nina
ps: an additional questions (:
the friend of mine whishes a certain mouse icon when mouseover the links. i allready found that the pictures must be a .cur file. so i made one and tried to put it into an blank page in iweb. but iweb didn´t recognized the file as a picture and how can i get the code into the above mentioned?
finally done