Web Design CSS

Super Easy jQuery Accordion Menu

August 18, 2009

I created this accordion menu rather on accident. (See my previous post, ). I was actually writing jQuery to make a show/hide question answer list, and realized it would be really easy to turn it into an accordion menu.

Here’s the result:

Textarea Scrolling in Firefox

June 15, 2009

1. Firefox will put a vertical AND horizontal scrollbar on a textarea by default. To get rid of the horizontal scrolling, use this: overflow-y: scroll; (or overflow-y: auto if you don’t want your scrollbar to appear if it’s not needed) overflow-x: hidden; Not this, as I’ve seen suggested on various blogs: overflow: scroll; overflow-y: scroll; [...]

“Fear is the path to the dark side. Fear leads to anger. Anger leads to hate. Hate leads to suffering”

—Master Yoda

I'm a web designer and writer based out of Nashville, TN, where I live with my husband, step-daughter, and chihuahua.

moonkatcreations at gmail dot com