I will like to have my default link show as active when entering the site. can CSS do that? I already us css for my links. would Jquery be good (new to jquery)?
UPDATED:
something is not working in my code, can some one take a took at this link and tell me what i did wrong? http://jsfiddle.net/2VnXD/7/
Create an
activecss class and give your default link that class:HTML:
CSS:
EXAMPLE
Also, since you said you were fairly new to jQuery, here’s a simple example of handling the switching between the links: