Welcome Guest, Not a member yet? Register   Sign In
How to load the css stylesheets ‘dynamically’ ?
#2

[eluser]the_unforgiven[/eluser]
You could if else statements like so:

Code:
if ($this->uri->segment(2) == 'contact') {
//Load contact.css here
}
if ($this->uri->segment(2) == 'services') {
//Load services.css
}
Just an example to get you started!


Messages In This Thread
How to load the css stylesheets ‘dynamically’ ? - by El Forum - 01-26-2013, 04:27 PM
How to load the css stylesheets ‘dynamically’ ? - by El Forum - 01-27-2013, 01:59 PM
How to load the css stylesheets ‘dynamically’ ? - by El Forum - 01-27-2013, 03:29 PM
How to load the css stylesheets ‘dynamically’ ? - by El Forum - 01-27-2013, 07:17 PM
How to load the css stylesheets ‘dynamically’ ? - by El Forum - 01-28-2013, 01:23 AM
How to load the css stylesheets ‘dynamically’ ? - by El Forum - 01-29-2013, 07:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB