Send "Subject" to friend - Preview
| Your Name: |
|
| Your Email: |
|
| Recipient Name: |
|
| Recipient Enail: |
|
| Blog Entry URL: |
http://apps.elainestam.com/Blog/?e=46156&d=03/18/2010&s=Code%20for%20images%20that%20are%20JS%20but%20not%20links |
| Subject: |
|
|
|
Your Message:
|
|
Blog Content:
Code for images that are JS but not links
So I have these old school image swaps set up on a page and for style purposes I wanted a black
border. Dreamweaver wanted to use a blue border instead but I wasn't having it.
Here is what you can do:
a:link img{
border-color: #000000
}
a:vlink img{
border-color: #000000
}
a:alink img{
border-color: #000000
}
(This is half a note-to-self) in case it crops up in the future and half an FYI in case anyone else
randomly Googles this problem like I did).
|
|
|