Make Css Links All Same Making Link In Css Behave The Same



Make Css Links All Same Making Link In Css Behave The Same
Make Css Links All Same Making Link In Css Behave The Same
Post Description:
Post Tags: make, css, links, all, same, making, link, in, css, behave, the, same
This Post Has Been Viewed 164 Times Since Sun Mar 02, 2008 1:32 pm Posted By hostman with 0 replies
Make Css Links All Same Making Link In Css Behave The Same
to make css links you can use this example:

<style type="text/css">
<!--
a:link, a:visited, a:active {
text-decoration: underline;
}
-->
</style>


here is one with a named customed

a.site_url, a.site_url:active, a.site_url:link, a.site_url:visited {
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
padding: 5px 10px;
color: #990000;
}

Leave Your Comments     [ dejar commentarios ]
  * Name     [nombre]

  * eMail (will not be published)     [coreo electronico]

* Enter Your Reply or Comments:    [commentarios]


Add Picture To Comments         [incluir foto]
YES NO             upload
Receive Replies on my Comments (An email will be sent to you when someone replies to your comments)

     

Comments and replies About Make Css Links All Same Making Link In Css Behave The Same




(0) Comments