(2011-08-09, 09:22 AM)Jason L. Wrote: Add a fixed height?Added a fixed height to #panel in the CSS, now the code is
#panel {
background: #FFFF99;
color: #000000;
font-size: 11px;
padding: 9px;
height:36px;
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
-khtml-border-radius: 6px 6px 0 0;
-o-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
border-bottom: 3px solid #FFC633;
And it still is being pushed to make room for the button :/ http://schoolhelpforums.netIs there something I need to change in the CSS?