|
Posted by KiwiBrian on 05/10/06 09:17
Thankyou John/Jock. You have taught me a very useful lesson.
I have achieved total success thanks to your help.
Kind regards
Brian
"John Dunlop" <usenet+2004@john.dunlop.name> wrote in message
news:1147192347.058916.321840@j33g2000cwa.googlegroups.com...
> KiwiBrian:
>
>> >> Is it possible for anyone to help me to apply CSS styles to these
>> >> links
>> >> without you being able see the PHP etc?
>>
>> http://www.hibiscuslink.co.nz/FHF/events.php
>
> I see your 'text-decoration: none !important' in an inline style, so
> I'm supposing that that's what you've tried.
>
> You have to apply the styles to the As rather than the DIVs. There
> are various ways. For example, assign a class to every link (e.g., <a
> class="..." href="...">), or use some contextual selector, or just the
> type selector A,
>
> A:hover {text-decoration: none;}
>
> http://www.w3.org/TR/CSS21/selector.html
>
> If you're still having no luck, I suggest looking at the browser to
> see if it's overriding author stylesheets with !important user
> stylesheets.
>
> --
> Jock
>
[Back to original message]
|