Home Messages Index
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index

Re: css problem

On Sun, 13 Mar 2005 12:24:57 +0000, Roy Schestowitz
<newsgroups@schestowitz.com> wrote:

: "bluechucky" <cmjunk at iinet dot net dot au> wrote:
: 
: > Hi Guys
: > 
: > This problem has been bothering me for the last 2 weeks and I can't seem
: > to find a solution to it.
: > 
: > Could someone please assist or point me in the right direction.
: > 
: > I've got the following generated sql code:
: > 
: > [tr]
: >     [td colspan="2"][span class="postbody"]This is what a URL link looks
: > like ... [a href="http://www.news,com,au";
: > target="_blank"]www.news.com.au[/a][/span][/td]
: > [/tr]
: > 
: > (brackets changed incase it affects presentation here.
: > 
: > The css consists of the following:
: > 
: > a:link , a:active , a:visited {color : #677595; }  -for overall
: > representation
: > 
: > Then there is this;
: > .postbody {font-size : 12px; }
: > 
: > a.postbody:link {color : #ffcc00; text-decoration : none; }
: > 
: > a.postbody:visited {color : #c0c0c0; text-decoration : none; }
: > 
: > a.postbody:hover {color : #c0c0c0; text-decoration : underline; }
: > 
: > These postbody settings, when changed have no effect... what am I doing
: > wrong??
: 
: I'll venture a guess and suggest you try:
: 
: .postbody a:*
: 
: instead of:
: 
: a.postbody:*


He has it right.  a.postbody:hover   is correct.
Where did get yours from?

Sid



  • References:
    • css problem
      • From: "bluechucky" <cmjunk at iinet dot net dot au>
    • Re: css problem
      • From: Roy Schestowitz <newsgroups@schestowitz.com>
[Date Prev][Date Next][Thread Prev][Thread Next]
Author IndexDate IndexThread Index