(note: rollover doesn't work for anything but links in IE, well at least until IE7...now it works, but don't forget most haven't updated yet
| You can also control links by creating classes that apply just to them...again, view the code. | |
| class nav link | regular link |
You can also do this with css contextual properties...in other words this is a link that is controlled based on where it is...in this case the link is part of a paragraph inside a div with an id of special. The link below is not inside the p tag so it acts differently
not in paragraphView the source code to see how it's done