我正面临一个css
问题。我无法让Li
占用div
中剩下的width
。我怎么可能做到这一点?
以下是一张图片供参考:http://rhythemaggarwal.heliohost.org/login/css/ques.png
我的网页链接:http://rhythemaggarwal.heliohost.org/login/index.html
更改css如下:
#menu ul li {
display: table-cell;
white-space: nowrap;
}
然后添加
#news_link { width: 100%;}
这将达到我认为你想要的
从#menu ul li
中删除border-right
(更改为border: 0;
),它适用于我的