Jump to content

Active Link In Html Href Menus


Jhone

Recommended Posts

Hi!Iam working with ASP, HTML, SQL, with CSS now iam having 5 menus that have to link with related pages,if i click menu1--its page will be display in same page belowif i click menu2-- it works as same,By default All Menus are in white color, if it is selected it have to chage yellow color, but not workingPlz the following CSS codes:.product1 { color: #FFFFFF; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }.product1:link ,.product1 :visited{ color: #FFFFFF; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }.product1 :hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFF33; text-decoration:none; }.product1 :active {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFF33; text-decoration:none; }Plz help me to work goodIam Expecting Urs replyThanks in adv for all with helping minded

Link to comment
Share on other sites

You've got a space too many before the colons....product1:hover.product1:active

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...