Dear Experts:
I use j1.7 and set newspro into 2 colums. when display linkable headings with nowrap and overflow set to hidden, this heading is still over the line. I change following but does not work:
/* More Links —*/
.ja-zinwrap .ja-zinlinks {
padding-top: 5px;
border-top: 1px solid #e5e5e5;
margin-top: 5px;
font-size: 92%;
width: 100%;
display: block;
overflow: hidden;
}
.ja-zinwrap .ja-zinlinks strong {}
.ja-zinwrap .ja-zinlinks ul { padding: 0 !important; margin: 0 !important; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.ja-zinwrap .ja-zinlinks ul li {
padding: 0 0 0 10px;
background: url(images/arrow.png) no-repeat 0 5px;
margin: 3px 0 5px;
line-height: 1.5;
font-weight: normal;
white-space:nowrap;
overflow:hidden;
andy idea?
thanks
Andy