thanks jim, I have tried that too...
Latest News: (loading..)
Adding a background image to the whole site.
Started by jpeiji, Mar 01 2005, 16:20
68 replies to this topic
#61
Posted 04 January 2012, 14:01
#62
Posted 05 January 2012, 11:30
Unless you want to give a URL (by post or PM) stick a fork in me 'cuz I'm done.
I can't help fix what I can't see...
I can't help fix what I can't see...
If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
#63
Posted 18 January 2012, 04:25
I have tried adding a back groud image to my site and used the following code.
body {
background-image : url('https://www.mystore.net.au/shop/images/skywithclouds.jpg');
background-repeat : no-repeat;
background-position : 50% 50%;
background-attachment : fixed;
color : #000000;
margin : 0;
font-size: 11px;
font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
}
but it dosent work.
any ideas
Doug
body {
background-image : url('https://www.mystore.net.au/shop/images/skywithclouds.jpg');
background-repeat : no-repeat;
background-position : 50% 50%;
background-attachment : fixed;
color : #000000;
margin : 0;
font-size: 11px;
font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;
}
but it dosent work.
any ideas
Doug
#64
Posted 18 January 2012, 18:18
You should be able to add it with this:
No quotes are needed. Note however that unless the closing body tag is 'cleared' like so:
body {background: url(images/skywithclouds.jpg) no-repeat 50% 50%;}
No quotes are needed. Note however that unless the closing body tag is 'cleared' like so:
<div class="clear"></div> </body>The image will not display.
Oscommerce site:
OSC to CSS, http://addons.oscommerce.com/info/7263 -Mail Manager, http://addons.oscommerce.com/info/8120
OSC to CSS, http://addons.oscommerce.com/info/7263 -Mail Manager, http://addons.oscommerce.com/info/8120
#65
Posted 19 January 2012, 07:51
There is no
Doug
<div class="clear"></div> </body>In the css file should there be i'm running 2.3.1
Doug
#66
Posted 20 January 2012, 22:22
Hello everyone,is this thread still on?I want to ask some few questions in changing the background.
Edited by Pixietol, 20 January 2012, 22:31.
-All is well- [img]http://imagicon.info/cat/test/icon_smile.gif[/img]
#67
Posted 02 February 2012, 17:20
Is this still on?
One amateur made the Arc, 5.000 pro made the Titanic...
#68
Posted 02 February 2012, 17:52
Anyone really wanting help on this should give their URL.
It's almost impossible to help with this without a URL.
It's almost impossible to help with this without a URL.
If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
#69
Posted 10 February 2012, 15:23
Douglas-John Ramm, on 19 January 2012, 07:51, said:
There is no
Doug
<div class="clear"></div> </body>In the css file should there be i'm running 2.3.1
Doug
Add
.clear {
clear: both;
}
to your stylesheet.
REMEMBER BACKUP, BACKUP AND BACKUP
I am not a coder. OSC has a steep learning curve, but in general the program does work. If it doesnt work, the chances are it is something you have done.
I am not a coder. OSC has a steep learning curve, but in general the program does work. If it doesnt work, the chances are it is something you have done.














