フィードバック パネルがありますが、問題は、それをクリックすると、ナビゲーションがフィードバック パネルの一部のコンテンツを上書きすることです。
上の画像でわかるように、メール入力フィールドはブロックされています。
質問
私がやりたいことは、ユーザーがフィードバックをクリックすると、 が左に浮かび、ユーザーが必要なものを入力できるようになり、もう一度<nav>
クリックしてに戻ることです。feedback
nav
center
ナビゲーションバーのCSS
nav{
text-align:center;
}
html
<div class="panel">
<h3>Sliding Panel</h3>
<p>Here's our sliding panel/drawer made using jQuery with the toggle function and some CSS3 for the rounded corners</p>
<p>This panel is placed on the right instead of on the left. This could be particularly useful if, <a href="http://spyrestudios.com" title="SpyreStudios">like me</a>, you have a left-aligned website layout.</p>
<div style="clear:both;"></div>