Steve Onnis wrote:
>
>
> The way you SHOULD do it is assign a background image to the tag
>
>
>
yes i did assign it as u say.watch this:
<li class="land"> http://www.aaronbirchphotography.com Landscapes </li>
<li class="people"> http://www.aaronbirchphotography.com People </li>
<li class="nature"> http://www.aaronbirchphotography.com Nature </li>
<li class="urban"> http://www.aaronbirchphotography.com Urban </li>
<li class="abstract"> http://www.aaronbirchphotography.com Abstract </li>
<li class="main"> http://www.aaronbirchphotography.com Main </li>
the last line is what i add.
and in imagemenu.css:
#imageMenu ul li.land a {
background: url(../images/land.jpg) repeat scroll 0%;
}
#imageMenu ul li.people a {
background: url(../images/people.jpg) repeat scroll 0%;
}
#imageMenu ul li.nature a {
background: url(../images/nature.jpg) repeat scroll 0%;
}
#imageMenu ul li.urban a {
background: url(../images/urban.jpg) repeat scroll 0%;
}
#imageMenu ul li.abstract a {
background: url(../images/abstract.jpg) repeat scroll 0%;
}
#imageMenu ul li.main a {
background: url(../images/maint.jpg) repeat scroll 0%;
width: 310px;
}
the last part is what i add.
but still doesnt work.
anything else to do ??
THX!
--
View this message in context:
http://n2.nabble.com/how-to-add-image-in-imagemenu-tp3507617p3508996.html
Sent from the MooTools Users mailing list archive at Nabble.com.