A fun quiz.
Just three easy questions this week. And please do post at
least the answer to #3 this week so we can see how everyone interprets
this question. Have fun!
- What is the "correct" (suggested) order for the four link-related
pseudo-classes - and why is that order suggested?
Link, Visited, Hover, Active
- When working with images as links, how could you make the images
look and act like physical buttons - in their normal state and when
hovered?
Using transparent images, changing the background atributes in
different states, using the border-style: inset or outset can give
a button effect.
- Write and show us a working demonstration of #2 (images that look
and act like buttons, especially when hovered) using CSS in an HTML
(or XHTML) document
See buttons on left.
|