E-mail List Archives
Re: font icon links, focus, and Title element
From: Swift, Daniel P.
Date: May 24, 2017 10:07AM
- Next message: Birkir R. Gunnarsson: "Re: font icon links, focus, and Title element"
- Previous message: Robert Fentress: "Document structure in aggregated content"
- Next message in Thread: Birkir R. Gunnarsson: "Re: font icon links, focus, and Title element"
- Previous message in Thread: Joseph Sherman: "font icon links, focus, and Title element"
- View all messages in this Thread
To answer question 1, you should be able to add outline to the links ... that should cover your font-awesome icons. Your CSS should look something like a:focus{outline: 2px solid #F00}. Those are just arbitrary values. You also want to use a span with the font awesome classes. That should solve your title issue. Example:
<a href="page.php" title="Send an email"><span class="fa fa-envelope"></span>[sounds like you are using icons only, no text]</a>
Does that help?
Dan Swift
Web Technical Specialist
Enterprise Services
West Chester University
610.738.0589
- Next message: Birkir R. Gunnarsson: "Re: font icon links, focus, and Title element"
- Previous message: Robert Fentress: "Document structure in aggregated content"
- Next message in Thread: Birkir R. Gunnarsson: "Re: font icon links, focus, and Title element"
- Previous message in Thread: Joseph Sherman: "font icon links, focus, and Title element"
- View all messages in this Thread