ಸಿಎಸ್ಎಸ್ ನ್ಯಾವಿಗೈಟನ್ ಬಾರ್ - ಅಡ್ಡ ಮತ್ತು ಲಂಬ.
ಸಿಎಸ್ಎಸ್ ಕೋಡ್:
<style/
#h_nav_bar a {
padding:15px; font-weight:bold; float:left; }
#h_nav_bar a:link { color:#d0d0d0;
background-color:#0000a0; }
#h_nav_bar a:visited { color:#c0c0c0;
background-color:#0000a0; }
#h_nav_bar a:hover { color:#ffffff;
background-color:#000060; }
#h_nav_bar a:active { color:#f0f0f0;
background-color:#00ff00; }
</style/
HTML ಕೋಡ್:
<div id="h_nav_bar"/
<a
href="html-anchor-link.htm"/Anchor link</a/
<a
href="html-link-color.htm"/Link color</a/
<a
href="../mailto.htm">Email link</a>
<a
href="html-image-link.htm">Image link</a>
<a
href="html-text-link.htm">Text link</a>
</div>
ನೋಟ:
#link_bar a ಎಂಬುದು ಲಿಂಕ್ನ ಎಲ್ಲಾ ರಾಜ್ಯಗಳಿಗೆ ಶೈಲಿಯಾಗಿದೆ.
#link_bar a: ಲಿಂಕ್ ಸಾಮಾನ್ಯ ಲಿಂಕ್ನ ಶೈಲಿಯಾಗಿದೆ.
#link_bar a: ಭೇಟಿ ನೀಡಿದವರು ಭೇಟಿ ನೀಡಿದ ಲಿಂಕ್ನ ಶೈಲಿ.
#link_bar a: ಹೂವರ್ ಎನ್ನುವುದು ಮೌಸ್ ಹೋವರ್ಡ್ ಲಿಂಕ್ನ ಶೈಲಿಯಾಗಿದೆ.
#link_bar a: ಮೌಸ್ ಒತ್ತಿದಾಗ ಸಕ್ರಿಯವಾಗಿರುವ ಲಿಂಕ್ನ ಶೈಲಿ.
ಸಿಎಸ್ಎಸ್ ಕೋಡ್:
<style>
#v_nav_bar a {
padding:15px; font-weight:bold; display:block; width:120px; }
#v_nav_bar a:link { color:#d0d0d0;
background-color:#0000a0; }
#v_nav_bar a:visited { color:#c0c0c0;
background-color:#0000a0; }
#v_nav_bar a:hover { color:#ffffff;
background-color:#000060; }
#v_nav_bar a:active { color:#f0f0f0;
background-color:#00ff00; }
</style>
HTML ಕೋಡ್:
<div id="v_nav_bar">
<a
href="html-anchor-link.htm">Anchor link</a>
<a
href="html-link-color.htm">Link color</a>
<a
href="../mailto.htm">Email link</a>
<a
href="html-image-link.htm">Image link</a>
<a
href="html-text-link.htm">Text link</a>
</div>
ನೋಟ:
#link_bar a ಎಂಬುದು ಲಿಂಕ್ನ ಎಲ್ಲಾ ರಾಜ್ಯಗಳಿಗೆ ಶೈಲಿಯಾಗಿದೆ.
#link_bar a: ಲಿಂಕ್ ಸಾಮಾನ್ಯ ಲಿಂಕ್ನ ಶೈಲಿಯಾಗಿದೆ.
#link_bar a: ಭೇಟಿ ನೀಡಿದವರು ಭೇಟಿ ನೀಡಿದ ಲಿಂಕ್ನ ಶೈಲಿ.
#link_bar a: ಹೂವರ್ ಎನ್ನುವುದು ಮೌಸ್ ಹೋವರ್ಡ್ ಲಿಂಕ್ನ ಶೈಲಿಯಾಗಿದೆ.
#link_bar a: ಮೌಸ್ ಒತ್ತಿದಾಗ ಸಕ್ರಿಯವಾಗಿರುವ ಲಿಂಕ್ನ ಶೈಲಿ.
Advertising