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.
の中にネストされたタグがあります<ul> <li> </ul> </li>.
<ul> <li> </ul> </li>.
要素をに変更したにもかかわらず
#Page_Container #Fixed_Navigation a { height:100%; width:100%; }
の高さと幅は auto のままです
JQuery SlideToggle が要素の表示を list-item に変更するためではないかと考えていました。
ここにフィドルがあります:http://jsfiddle.net/ELVmC/
これを試して:
#Page_Container #Fixed_Navigation a { display: block; }