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.
ここにページがあります。
ソースを見て、nav div がヘッダー div 内に表示されない理由を教えてください。
浮動要素はコンテナに高さを適用しません。次のいずれかが必要です。
clear: both;
overflow:hidden;
display:inline-block;
float:left
次のように、列の動的セットを表示するために、primefaces を使用しています。
<p:dataTable value="#{queryResults}" var="row" style="margin