Welcome Guest, Not a member yet? Register   Sign In
blank screen on CI
#21

[eluser]noideawhattotypehere[/eluser]
ROOTFOLDER/assets/css/style.css - this is your css, right?
so your image is in: ROOTFOLDER/images/indonusa3.jpg? Am i right?
#22

[eluser]LuckyFella73[/eluser]
You seem to overwrite your css body style in your view by [removed]
Code:
<div id="slideshow" class="pics">
    [removed]$('body').css('background-color', 'blue');[removed]
    [removed]$('body').css('background-color', 'red');[removed]
    [removed]$('body').css('background-image', 'url("../images/indonusa3.jpg")');[removed] // HERE !
    </div>

Remove this code to check if your css defined background shows up. Or set the full path
to the image.But it the same image you defined in your css so you don't need this code
here so far..
#23

[eluser]davy_yg[/eluser]
[quote author="noideawhattotypehere" date="1377522819"]ROOTFOLDER/assets/css/style.css - this is your css, right?
so your image is in: ROOTFOLDER/images/indonusa3.jpg? Am i right?[/quote]

yes that's right.

I don't have these codes in my views/homepage.php yet since I create a new homepage.php file.





Theme © iAndrew 2016 - Forum software by © MyBB