Star rating component Cancel Rating and Title

UI Components for JSF
Post Reply
jahfong
Posts: 2
Joined: 22 Aug 2009, 16:00

22 Aug 2009, 16:08

Hi,

Could someone help me how to remove the cancel rating and the title on hover?

Thanks,
-J

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

22 Aug 2009, 18:41

It's possible with some css;

Code: Select all

div.rating-cancel, div.rating-cancel a {
    display:none; 
    width:0;
    height:0;
    overflow:hidden;
}  

jahfong
Posts: 2
Joined: 22 Aug 2009, 16:00

24 Aug 2009, 18:59

Thanks

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 58 guests