Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个嵌套在 a 中的 a 标签<ul> <li> </ul> </li>.
<ul> <li> </ul> </li>.
尽管将元素更改为
#Page_Container #Fixed_Navigation a { height:100%; width:100%; }
的高度和宽度保持自动
我在想也许是因为 JQuery SlideToggle 将元素的显示更改为列表项?
这是一个小提琴:http: //jsfiddle.net/ELVmC/
试试这个:
#Page_Container #Fixed_Navigation a { display: block; }