|
Convenient web based access to our favorite web design Usenet groups
|
 |
This is Interesting: Free Magazines for Graphics designers and webmasters
| Author |
| Thread |
 |
|
|
|
|
|
 |
 |
 |
Re: Need Help on Hyperlink |
 |
|
 |
|
|
|
 |
|
|
 |
 |
Re: Need Help on Hyperlink |
 |
|
 |
|
|
|
  12-30-05 - 11:29 PM
|
Don't use points on the web.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"bubba11" <webforumsuser@macromedia.com> wrote in message
news:dp3tii$993$1@forums.macromedia.com...
> You need to set your CSS styles for a Visited link and a Hover (when the
> mouse
> is over the link). Here's a sample:
>
> a:link {
> font-family: Verdana, Arial, Helvetica, sans-serif;
> font-size: 10pt;
> color: #006800;
> text-decoration: none;
> font-weight: normal;
> }
>
> a:visited {
> font-family: Verdana, Arial, Helvetica, sans-serif;
> font-size: 10pt;
> color: #006800;
> text-decoration: none;
> font-weight: normal;
> }
>
> a:hover {
> font-family: Verdana, Arial, Helvetica, sans-serif;
> font-size: 10pt;
> color: #FFFFFF;
> text-decoration: none;
> background-color: #006800;
> font-weight: normal;
> }
>
> The text-decoration: none; gets rid of the underline.
>
|
|
|
| [
Post Follow-Up to this message ]
|
|
|
|
|
 |
|
|
 |
| All times are GMT. The time now is 12:25 AM. |
 |
|
|
|
|
|  |
|