how do i change the font color of current link

Ashfaq Zeemath

HTML:

<div id="nav_item" style="overflow:visible;">
      <nav>
      <ul>
        <li><a href="./index.php">HOME</a></li>
        <li><a href="./About_us.php">ABOUT US</a></li>
        <li><a href="./contact_us.php">CONTACT US</a></li>
        <li><a href="./feedback.php">YOUR FEEDBACK</a></li>
      </ul>
      </nav>

</div>

How to change the current link's font color (lets say if I opened "About_us.php")?

Anik Islam Abhi

Try this

a:active
{ 
   color:yellow;
}
/* for visited */
a:visited { 

   color: red;

}
<div id="nav_item" style="overflow:visible;">
      <nav>
      <ul>
        <li><a href="./About_us.php">HOME</a></li>
        <li><a href="./About_us.php">ABOUT US</a></li>
        <li><a href="./contact_us.php">CONTACT US</a></li>
        <li><a href="./feedback.php">YOUR FEEDBACK</a></li>
      </ul>
      </nav>

</div>

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

How do I change the font size in TeraTerm?

분류에서Dev

How do I change font colours on Babun in Windows / Cgywin

분류에서Dev

How to change a font/background color in transparent windows?

분류에서Dev

How to Change Font Color based on Conditional?

분류에서Dev

How do I change the color of all text and backgrounds with javascript?

분류에서Dev

How do I permanently change the background color of a row in a Listview?

분류에서Dev

How do I test if a certain g:link is the current URL being rendered?

분류에서Dev

How can I change the system font?

분류에서Dev

How to change font color in Excel based on cell value?

분류에서Dev

Change font color after createElementNS()

분류에서Dev

How can i change hyperlink color with JQuery?

분류에서Dev

Change color of border and link on hover

분류에서Dev

How can I change the font of my ListView items?

분류에서Dev

how to change font for <select>

분류에서Dev

How do I make link the highlight link conform to CSS shape

분류에서Dev

Change font color of inactive apps on KDE taskbar

분류에서Dev

change font color of content under ul , on hover

분류에서Dev

How do I change Button Text color onclick event(asp.net, C#)using Css file?

분류에서Dev

How do I get text below Icon button with font awesome

분류에서Dev

How do I make DTCoreText use the System Font?

분류에서Dev

How do you change the color scheme in bash on Ubuntu for Windows?

분류에서Dev

How can i change the color of my lines in drawing GUI

분류에서Dev

How can I change the color of android:homeAsUpIndicator in theme

분류에서Dev

How can I change the color of the selected item in a menu?

분류에서Dev

Do I need to change my font stack when a web page is viewed on a high DPI Tablet or computer?

분류에서Dev

How do I change this value using regex?

분류에서Dev

How do I change the frequency of a tone in java?

분류에서Dev

How do I change the "design" of a <div>?

분류에서Dev

How do i change the path of executable?

Related 관련 기사

  1. 1

    How do I change the font size in TeraTerm?

  2. 2

    How do I change font colours on Babun in Windows / Cgywin

  3. 3

    How to change a font/background color in transparent windows?

  4. 4

    How to Change Font Color based on Conditional?

  5. 5

    How do I change the color of all text and backgrounds with javascript?

  6. 6

    How do I permanently change the background color of a row in a Listview?

  7. 7

    How do I test if a certain g:link is the current URL being rendered?

  8. 8

    How can I change the system font?

  9. 9

    How to change font color in Excel based on cell value?

  10. 10

    Change font color after createElementNS()

  11. 11

    How can i change hyperlink color with JQuery?

  12. 12

    Change color of border and link on hover

  13. 13

    How can I change the font of my ListView items?

  14. 14

    how to change font for <select>

  15. 15

    How do I make link the highlight link conform to CSS shape

  16. 16

    Change font color of inactive apps on KDE taskbar

  17. 17

    change font color of content under ul , on hover

  18. 18

    How do I change Button Text color onclick event(asp.net, C#)using Css file?

  19. 19

    How do I get text below Icon button with font awesome

  20. 20

    How do I make DTCoreText use the System Font?

  21. 21

    How do you change the color scheme in bash on Ubuntu for Windows?

  22. 22

    How can i change the color of my lines in drawing GUI

  23. 23

    How can I change the color of android:homeAsUpIndicator in theme

  24. 24

    How can I change the color of the selected item in a menu?

  25. 25

    Do I need to change my font stack when a web page is viewed on a high DPI Tablet or computer?

  26. 26

    How do I change this value using regex?

  27. 27

    How do I change the frequency of a tone in java?

  28. 28

    How do I change the "design" of a <div>?

  29. 29

    How do i change the path of executable?

뜨겁다태그

보관