Javascript archive

Articles, examples and tutorials relating to web development using Javascript.

Dropdown low down

Dropdowns (horizontal) or flyout (vertical) menus abound on websites and come in many different flavours. They are also put together in a number of different ways, some done with javascript, some with ‘pure’ CSS and some a mixture of both.

More on Dropdown low down

Styling form buttons

Anyone who’s used the web has encountered buttons in forms. Buttons, as with most form controls, can be a bit tricky to style for consistent look cross browser and cross platform as the operating system often has more to do with how they are rendered than the browser itself. Roger Johansson has delved into this issue in more detail.

More on Styling form buttons

Onfocus, background-changing, sliding door tabs

There are already several excellent articles discussing the sliding door tabs technique for creating navigation elements, so why do we need another one?

More on Onfocus, background-changing, sliding door tabs