</syntaxhighlight>
You can also modify the style of the floating div, in the JavaScript "Opening code execution" box. The following changes will make the bar stretch the entire width of the page, set a 1 pixel border aroudn the box and change the background colour to a peach colour.
<syntaxhighlight lang="javascript">
document.getElementById('bottomLeft').style.width = "955px100%";
document.getElementById('bottomLeft').style.border = "solid 1px #e1e1e1";
document.getElementById('bottomLeft').style.background = "#ffdab9";