Welcome Guest, Not a member yet? Register   Sign In
Background Image in CSS problem.
#6

[eluser]toopay[/eluser]
Should be...
Code:
body {
    background: #FFFFFF url(/application/img/bgNoise2.jpg) repeat;
}

Better way to do that, is to create a single controller (named static or whatsoever), as "assets provider", then you could mannualy setting cache and other usefull stuff also have uniformal path, something like...
Code:
body {
    background: #FFFFFF url(/static/img/bgNoise2.jpg) repeat;
}


Messages In This Thread
Background Image in CSS problem. - by El Forum - 07-22-2011, 08:29 PM
Background Image in CSS problem. - by El Forum - 07-22-2011, 09:13 PM
Background Image in CSS problem. - by El Forum - 07-22-2011, 11:11 PM
Background Image in CSS problem. - by El Forum - 07-23-2011, 12:57 AM
Background Image in CSS problem. - by El Forum - 07-24-2011, 02:43 AM
Background Image in CSS problem. - by El Forum - 07-24-2011, 06:09 AM
Background Image in CSS problem. - by El Forum - 07-24-2011, 09:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB