What do I need to change in iui.css to create the ellipsis effect
please?  This line is long and currently goes on to 2 lines and I'd
like to cut it off.  Thanks

<ul id="home" title="Home" selected="true">
    <li><a href="#booksandmags">Books, Magazines, Publications</a></
li>
</ul>

I tried to add the last 2 lines here but nothing changed:
body > ul > li > a {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: inherit;
    background: url(listArrow.png) no-repeat right center;
        overflow: hidden;
        text-overflow: ellipsis;
}

I know I might need to consider shortening the row description but
would like to know the ellipsis solution as well.

Thanks.
Alan
PS.  I've searched the forum for overflow but didn't find a simple
answer
-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en.


Reply via email to