Active
Project:
JSFX
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2008 at 18:25 UTC
Updated:
9 Feb 2008 at 23:55 UTC
Hello, i have read the other post about implementing icons to the collapsible block title, but i can't figure out how,, i tried to paste the code directly into bluemarine's css file but that didn't work, anyway that's not my main question.. my concern lies in changing just the pointer when a user hovers over it... can you tell me how? yes i am quite illiterate in css... thanks in advance
Comments
Comment #1
silviogutierrez commentedLook at the source of the page, and see what the block titles are under. They should be under something like "block top", "block title", or similar. Once you find this, if it's under the "class" attribute, just add
.CLASS { cursor: pointer;} and you should be set. Replace CLASS with whatever you find that's common to all block titles.
Silvio
Comment #2
pnlnl commentedthanks for your reply but...
i tried to something, but it is not completely working,
if the blocks are collapsed when the page is loaded the pointer isn't being used but the usual text cursor, and even if the pointer works, when the user collapses the block, he will get then the text cursor back again....
here's what i found
and here's what i made
SO WHAT SHOULD I ADD NEXT?
ps: i guess i didn't understand or figure out what you mean by common class
Comment #3
silviogutierrez commentedLink me to your site and I'll give you the CSS.
Silvio
Comment #4
pnlnl commentedokay here's the LINK
edit: any progress? or do you need access to something else to accomplish this??
Comment #5
silviogutierrez commentedThat should do it.
Silvio
Comment #6
pnlnl commentedworks like a charm, thanks.