CSS Helper
The CSS Helper file contains functions that wrap popular javascript libraries Prototype and Scriptaculous.
Loading this Helper
This helper is loaded using the following code:
$this->load->helper('css');
The following functions are available:
cssdiv()
Creates a styled div. Example:
cssdiv( "an_id", "width:534px" );