Steve Onnis wrote:
> 
> 
> #imageMenu ul
> Depending on the menu, when you float the LI elements you loose the
> blockness of the element so you need to set a width and a height to get
> everything in line again.
> 
> #imageMenu ul li a
> When you create the image based menus you still give the   tag a text
> value.  This ensures that if the image doesn't display and also for SEO
> reasons you still have a text value for the link.  The text-indent moves
> the
> text out of the link and positions the text out of site from the   tag so
> you don't see it.
> 
> I actually don't like this method cause in IE when you do a negative
> text-indent you loose the width of the element.  I prefer to wrap the text
> in a  tag and set a visibility:hidden on the span so you still retain
> the text in the right position, just you cant see it.
> 
> 
> 
> 
o i got it !!!THX a lot~
-- 
View this message in context: 
http://n2.nabble.com/how-to-add-image-in-imagemenu-tp3507617p3507974.html
Sent from the MooTools Users mailing list archive at Nabble.com.

Reply via email to