pointer

JSFX module collapsible block headers need mouse pointer

JSFX module - http://drupal.org/project/jsfx

Problem: The JSFX module provides collapsible blocks. But the block headers do not have mouse pointers and leaves the user unaware that the blocks are collapsed.

Solution: Added CSS code to the block.tpl.php file.


/**
* JSFX Adding pointers for IE
*/
.blockTop {
cursor: pointer;
}
.blockTopOpen {
cursor: pointer;
}

Secondary Problem: This worked well in most browsers but Opera exposed the code only in the header block.

Syndicate content