how to activate the header link in asp.net
-
Hi all, i am using user control for Top heading eg: Home Tour Request etc are such type of heading.when i click Home link then it should be activate for navigation of other page. same thing should happen in other link, i am using css also. my question, home to make the link activate when user click and visits for the pages.* Holidays
; thanks in advance.JohnDas
-
Hi all, i am using user control for Top heading eg: Home Tour Request etc are such type of heading.when i click Home link then it should be activate for navigation of other page. same thing should happen in other link, i am using css also. my question, home to make the link activate when user click and visits for the pages.* Holidays
; thanks in advance.JohnDas
-
Do you want to Highlight the Link e.g. make it bold, etc. If so, then i can assist you. Aman Bhullar
-
Hi all, i am using user control for Top heading eg: Home Tour Request etc are such type of heading.when i click Home link then it should be activate for navigation of other page. same thing should happen in other link, i am using css also. my question, home to make the link activate when user click and visits for the pages.* Holidays
; thanks in advance.JohnDas
Johndas wrote:
my question, home to make the link activate when user click and visits for the pages.
Try this Css with your link and try to customize as per your requirement
.LinkCSS LC { font-size:7pt; font-family:verdana; color:#000080; } .LinkCSS LC:link { color: #000080; } .LinkCSS LC:hover { color: #000088; } .LinkCSS LC:visited { color: #000088; }
cheers, Abhijit
-
yes, i need the link should be highlighted, when user click. 1)if he click Home link,it should be highlighted. 2)if he click other link for eg:Tour then it should be highlighted and deactive the "Home" vice verse. please help me.
JohnDas
Check my post. I have already give you answer !!
cheers, Abhijit
-
yes, i need the link should be highlighted, when user click. 1)if he click Home link,it should be highlighted. 2)if he click other link for eg:Tour then it should be highlighted and deactive the "Home" vice verse. please help me.
JohnDas