Trying something new. And forcing myself to start drawing again!
Trying something new. And forcing myself to start drawing again!
Just so I don’t have to hunt this down again:
I have a DIV that contains a list of items on a larger page. This DIV is restricted in height. When I scroll in that DIV and get to the bottom of the DIV, the whole page will scroll down. This can be annoying. Here’s how to stop page scrolling via a DIV.
<script language="javascript">
function stopScroll(scrollHide) {
var scroller = (scrollHide == true) ? 'hidden' : '';
document.documentElement.style.overflow = scroller;
}
</script>
<div id="formList_container" onmouseout="stopScroll(false)" onmouseover="stopScroll(true)">

My sister notified me that one of the few remaining local rags was asking for some sort of submissions covering recipes, stories and some kind of fantasies involving bacon. I got an auto-response that the editor is on vacation till the 4th so I was either too late or way to early, but what follows was my submission.
——————————
The noble swine has given the world a plethora of culinary treats, from the divine, year-long cured Jamón ibérico of Spain to the vinegary tang of a fresh jar of pickled pigs feet. But of all of delectable dishes and curious cuts that your average pig offers, nothing can beat the cured and brined belly we know affectionately as bacon. ↓ Read the rest of this entry…