Flipflops.org – Web Development and bit of Art Rotating Header Image

Posts under ‘css’

CSS – note to self cursor: and nobr equivalent

Two quick css declarations I’m always having to look up:
CSS equivalent of <nobr>
{white-space:nowrap;}
CSS cursor – cross browser hand
{cursor: pointer;}
(see http://www.quirksmode.org/css/cursor.html for full css cursor reference)