Saturday, October 4, 2008

Good clean code

semantic markup- marking up code with an appropriate tags, which helps with search engine indexing

You can customize your cursors in CSS-
cursor: default
pointer
move
e-resize
ne-resize
nw-resize
n-resize

For inserting image into a list(substituting for a bullet)
list-style-type: none;
list-style-image: url('../images/star.jpg')
+ no image resizing on list-style

No comments: