|
Posted by Mike Azzopardi on 05/04/06 16:14
Thank you Edwin, you've just taught me <A> classes and it all works fine :-)
Thanks again
Mike
"Edwin van der Vaart" <e.vandervaart@want.nospam.com> wrote in message
news:vIm6g.10686$zc1.350@amstwist00...
> Mike Azzopardi wrote:
>> Hi there
>>
>> I'm hoping someone can show me how to do this please.
>> I have a page where I want the links in the menu to act differently to
>> the links on main page (the colours, mouse over, font etc)
> Use class for <a> e.g.
> <a class="menu" href="#">option 1</a>
> <a class="menu" href="#">option 2</a>
> <a class="menu" href="#">option 3</a>
>
> in stylesheet
> a.menu {color: #0000FF;}
> a.menu:hover {color: #660000;}
> --
> Edwin van der Vaart
> http://www.semi-conductor.nl/ Links to Semiconductors sites
> http://www.evandervaart.nl/ Edwin's persoonlijke web site
> Explicitly no permission given to Forum4Designers, onlinemarketingtoday,
> 24help.info and issociate.de to duplicate this post.
Navigation:
[Reply to this message]
|