Problems with "Image replacement for menu"

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
WonderWally
New Member
New Member
Posts: 3
Joined: Thu Jan 08, 2009 8:16 am

Problems with "Image replacement for menu"

Post 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
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Problems with "Image replacement for menu"

Post 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...
Post Reply

Return to “Layout and Design (CSS & HTML)”