I use the following css
position:absolute;
bottom:0;
width:100%;
}
width:950px;
margin:0 auto;
z-index:2;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
}
<-- inside body -->
<div id="helper">
<div id="key">SHould be rounded top corners?</div>
</div>
However, in Firefox, it does not appear after the update. Any ideas where I should look first? Thanks
source
share