Intermediate

Tutorial, lesson, or example that demonstrates intermediate level coding or Wordpress knowledge.

Setting the Mouse Cursor

There are a number of standard cursors that are used depending upon where on the web page the mouse is located. The default cursor is the arrow, but if held over a hyperlink, the cursor usually turns into a pointing hand. The cursor property allows you to use CSS to change the cursor image when… Read More »

Vertical Marquee using jQuery

This is an example of how to build a simple vertical scrolling marquee using jQuery. The code is from the page “How to Have the Marquee Effect without Using the Marquee Tag (with CSS, JavaScript and jQuery).”… Read More »