[FX.php List] [off] simple CSS question
Bob Patin
bob at patin.com
Thu Jun 27 12:14:17 MDT 2013
Solved... I just wrapped the link in a SPAN tag.
Is there a way to do it in the stylesheet instead? In other words, could I have a separate of link definitions that I could invoke on desired links?
BP
Bob Patin
Longterm Solutions LLC
bob at longtermsolutions.com
615-333-6858
http://www.longtermsolutions.com
FileMaker 9, 10 & 11 Certified Developer
Member of FileMaker Business Alliance and FileMaker TechNet
--
Twitter: bobpatin
AIM: longterm1954
iChat: bobpatin
--
Expert FileMaker Consulting
FileMaker Hosting for all versions of FileMaker
On Jun 27, 2013, at 1:06 PM, Bob Patin <bob at patin.com> wrote:
> I have a site with default CSS set to color all my HREF links; however, for one of my pages I need to change the default colors so that the link will show up.
>
> Assuming I have this:
>
>
> a:link {
> color:#FFFFFF;
> text-decoration: none;
> font-weight: bold;
> cursor:pointer;
> }
> a:visited {
> text-decoration: none;
> color: #FFFFFF;
> font-weight: bold;
> }
> a:hover {
> text-decoration: underline;
> color:#00FF00;
> font-weight: bold;
> cursor:pointer;
> }
> a:active {
> text-decoration: none;
> color: #FF0000;
> font-weight: bold;
> }
>
> ... how do I set the un-hovered and hovered states of this one link to some different colors? Is there a way to 'override' the CSS above for one or more links?
>
> Thanks,
>
> Bob
>
> Bob Patin
> Longterm Solutions LLC
> bob at longtermsolutions.com
> 615-333-6858
> http://www.longtermsolutions.com
> FileMaker 9, 10 & 11 Certified Developer
> Member of FileMaker Business Alliance and FileMaker TechNet
> --
> Twitter: bobpatin
> AIM: longterm1954
> iChat: bobpatin
> --
> Expert FileMaker Consulting
> FileMaker Hosting for all versions of FileMaker
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
More information about the FX.php_List
mailing list