alt link style?
alt link style?
Out of context: Reply #2
- Started
- Last post
- 8 Responses
- UndoUndo0
when you have yr content in a div you can then redfined the a tag within the div so.
a:hover{
/* this is for general links anywhere in the page*/}
#content a:hover{
/* this style only applies to hover on a tags within the div with id content*/
}