Fixed background

GK User
Sat Jul 23, 2011 1:55 pm
Hi,

Possible to fix background ?

Thanks
User avatar
Gold Boarder

Konrad M
Mon Jul 25, 2011 7:01 am
Hi
For what element? body?
User avatar

GK User
Mon Jul 25, 2011 7:22 am
The template backgrouond.

http://www.rainet.fr/demo

Just fix the background.

Thanks
User avatar
Gold Boarder

Konrad M
Mon Jul 25, 2011 7:27 am
Try add to override.css
Code: Select all
body {
background-attachment:fixed !important;
}

and remember to enable override.css option in template settings ;)
User avatar

GK User
Mon Jul 25, 2011 7:44 am
don't work !
User avatar
Gold Boarder

Konrad M
Mon Jul 25, 2011 7:46 am
Did you enable override.css option in template settings?
User avatar

GK User
Mon Jul 25, 2011 7:55 am
Yes, of course, but with this command, don't work too ..
User avatar
Gold Boarder

Konrad M
Mon Jul 25, 2011 8:40 am
I checked using firebug and it looks that your override.css contain no rules. Can you show me your override.css ?
User avatar

GK User
Mon Jul 25, 2011 8:53 am
/*
#------------------------------------------------------------------------
# Pixellove - #4 2011 template (for Joomla 1.5)
#
# Copyright (C) 2007-2010 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
#------------------------------------------------------------------------
# Based on T3 Framework
#------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
# Author: J.O.O.M Solutions Co., Ltd
# Websites: http://www.joomlart.com - http://www.joomlancers.com
#------------------------------------------------------------------------
*/

/*
Code: Select all
body {background-position:fixed !important;}
*/
User avatar
Gold Boarder

Konrad M
Mon Jul 25, 2011 8:55 am
Ok now I understand. This won't work becasue code is commented. Browser don't see it.
Remove comments and all will be ok ;)
It should look:
Code: Select all
/*
#------------------------------------------------------------------------
# Pixellove - #4 2011 template (for Joomla 1.5)
#
# Copyright (C) 2007-2010 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: www.gavick.com
# Support: [email protected]
#------------------------------------------------------------------------
# Based on T3 Framework
#------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - GNU/GPL, www.gnu.org/copyleft/gpl.html
# Author: J.O.O.M Solutions Co., Ltd
# Websites: www.joomlart.com - www.joomlancers.com
#------------------------------------------------------------------------
*/

body {background-position:fixed !important;}
 
User avatar

Konrad M
Mon Jul 25, 2011 8:57 am
Some correct.
No background postion but:
Code: Select all
body {
background-attachment:fixed !important;
}
User avatar

GK User
Mon Jul 25, 2011 9:14 am
this is my override.css :

/*
Code: Select all
body {background-position:fixed !important;}
*/

Nothing more, but don't work.
User avatar
Gold Boarder

Konrad M
Mon Jul 25, 2011 9:16 am
and still code is commented change your css to:
Code: Select all
body {
background-attachment:fixed !important;
}


with no /* */ comment tags
User avatar

GK User
Mon Jul 25, 2011 10:26 am
No, it's the same thing....
User avatar
Gold Boarder

Konrad M
Mon Jul 25, 2011 10:28 am
On my FF is working. Try clear cache.
User avatar

GK User
Mon Jul 25, 2011 10:39 am
Yes it's ok !!!!!!
Perfect,

Thank you Konrad !!
User avatar
Gold Boarder

Konrad M
Mon Jul 25, 2011 10:52 am
I'm glad it works ;)
User avatar

GK User
Mon Jul 25, 2011 12:45 pm
Ok thanks

bye
User avatar
Gold Boarder


cron