Page 1 of 1

Problems with "Image replacement for menu"

Posted: Thu Jan 08, 2009 9:42 am
by WonderWally
Hi,

I'm following this ( http://themes.cmsmadesimple.org/Image_menu.html ) tutorial vor replacing my menu links by images.

The first step I did without any problems, but the second step where they mention this:

Code: Select all

<ul id="nav">
  <li id="i1"><a href="#">First</a></li>
  <li id="i2"><a href="#">Second</a></li>
  <li id="i3"><a href="#">Third</a></li>
  <li id="i4"><a href="#">Last</a></li>
</ul> 
First of all, I just only need 3 links (images). So do I have to change something in my html file or my css file?

Can somebody help my explain this step?

Thanks in advance,

Wally

Re: Problems with "Image replacement for menu"

Posted: Thu Jan 08, 2009 6:22 pm
by Dr.CSS
Once you have a menu list like that you would use CSS to do the images for the links, you don't have to use every id you can just target the links you want for images...