the link bar element. */<br />$("#passages").after('<div id="linkbar"></div>');<br />/* Setup a predisplay task to clear th
I am assuming that your resetting the default layout of the page using CSS like this: <br />/* Reset page layout */<br />body {<br />margin: 4em;<br />}<br />#sidebar {&l
Is there a better way to set the location of elements on a page so they're where you want them in relation to a background, regardless of differing user resolutions? Currently I'm running my tests off
And then use CSS to position the DIV instead of the <<choice>> macros: <br />#passages .choices {<br />position: fixed;<br />bottom: 3em;<br />}<br />#passage
You could try something like the following CSS, changing colours and font as you wish. <br />#passages button {<br />background-color: blue;<br />border-color: blue;<br />color
(note: you can also add style rules for the "poem" and "one" classes.) <br />#passages .poem .two {padding-left: 2em;}<br />#passages .poem .three {padding-left: 4em;}&
(note: I have included a commented copy of the original value for each property I changed) <br />#sidebar {<br />/* width: 12em; */<br />width: 20em;<br />}<br />#passage
All I want to do is make the sidebar wider and shift the main passage area over so they don't overlap. I can move and resize the text just fine, using a width value under #sidebar, but there's a 1 px
Actually, a duplicate #passages div in sugarcane sounds ideal! I was trying to figure out how to do just that by messing with the Sugarcane html file with no success.