Welcome Guest, Not a member yet? Register   Sign In
CSS Loading issue
#1

[eluser]Mavrick[/eluser]
Hey every one,

I have a header view which looks something like this:
Code:
<!DOCTYPE html>
&lt;html lang="en"&gt;

&lt;head&gt;
    &lt;meta charset="utf-8"&gt;
    &lt;title&gt;Mav!!!&lt;/title&gt;

    &lt;style type="text/css"&gt;

    body {
[i][b]     background-image: url('images/nature.jpg');[/b][/i]
    }
    &lt;/style&gt;
&lt;/head&gt;

I am having an issue with this background image. I have created a folder for images in root folder called images. Now, the thing is, when I load this view in my DEFAULT CONTROLLER. Image is displayed as a background. Let me provide you my call,

Code:
function __construct() {
            parent::__construct();
[i][b]            $this->load->view('header');[/b][/i]
        
        }
In the case mentioned above it displays the background image. Same line used to load the header view in other controllers but it doesn't display the background image, though it displays other styles...

Perhaps the issue can be the form that I have used in other views. But then it would be illogical

Can any one sort out something for CSS. I did googled the issue.. Many people have rewritten rules in .htaccess for CSS.But in my case I don't have any rule's except for Deny from all which I believe is used for the security purpose, which I guess does not have an effect on CSS...
So If any one can help. :roll:

Thanks in Advance,


Messages In This Thread
CSS Loading issue - by El Forum - 08-17-2011, 01:09 PM
CSS Loading issue - by El Forum - 08-17-2011, 01:33 PM
CSS Loading issue - by El Forum - 08-17-2011, 01:39 PM
CSS Loading issue - by El Forum - 08-17-2011, 02:14 PM
CSS Loading issue - by El Forum - 08-17-2011, 02:23 PM
CSS Loading issue - by El Forum - 08-17-2011, 02:27 PM
CSS Loading issue - by El Forum - 08-17-2011, 02:48 PM
CSS Loading issue - by El Forum - 08-17-2011, 03:10 PM
CSS Loading issue - by El Forum - 08-17-2011, 03:31 PM
CSS Loading issue - by El Forum - 08-17-2011, 03:48 PM
CSS Loading issue - by El Forum - 08-18-2011, 02:21 AM
CSS Loading issue - by El Forum - 08-18-2011, 02:58 AM
CSS Loading issue - by El Forum - 08-18-2011, 04:24 AM
CSS Loading issue - by El Forum - 08-18-2011, 06:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB