Personal tools

Log in

Changes

From All n One's bxp software Wixi

Jump to: navigation, search

Database Floating Divs

166 bytes added, 15:52, 17 April 2012
no edit summary
</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";
7,528
edits