thanks jim, I have tried that too...
Latest News: (loading..)
Adding a background image to the whole site.
Started by jpeiji, Mar 01 2005 04:20 PM
68 replies to this topic
#61
Posted 04 January 2012 - 02:01 PM
#62
Posted 05 January 2012 - 11:30 AM
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.
"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."
- Me -
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."
- Me -
"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 AM
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 - 06:18 PM
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 AM
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 - 10:22 PM
Hello everyone,is this thread still on?I want to ask some few questions in changing the background.
Edited by Pixietol, 20 January 2012 - 10:31 PM.
-All is well- [img]http://imagicon.info/cat/test/icon_smile.gif[/img]
#67
Posted 02 February 2012 - 05:20 PM
Is this still on?
One amateur made the Arc, 5.000 pro made the Titanic...
#68
Posted 02 February 2012 - 05:52 PM
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.
"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."
- Me -
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."
- Me -
"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 - 03:23 PM
Douglas-John Ramm, on 19 January 2012 - 07:51 AM, 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, so dont bother sending PMs asking for help as you wont get any.
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, so dont bother sending PMs asking for help as you wont get any.
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.









