Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Repeating Background Image


unspokenwords

Recommended Posts

Posted

I came across osCommerce while looking for alternatives to PayPal and while I am not sure that it will meet my needs (it might be more than I need right now) I noticed a few firefox issues posted and wanted to see if you’d be able to assist me with mine as well.

 

I would like the watermark/background image to appear as it does in IE (I know, tsk tsk for designing for IE first) but ideally the image should stay in the bottom right hand corner and not repeat – however, that’s not the case. My code is:

 

<body style="background-position: 85% 100% 50%"; background="images/uwbackground.gif" style="background-attachment: fixed" style="background-repeat: 'no-repeat'; >

 

And the site – almost ready to be launched as soon as this is tweaked – is: http://www.unspokenwordspdc.com/uw-whatisit.htm

 

Any guidance or suggestions would be helpful, this is my first website in years. Thanks.

Posted

Without checking anything,why is your style does not have closing quotes and should no-repeat be enclosed in single quotes?

 

For css

 

http://www.w3schools.com/css/tryit.asp?fil...ckground-repeat

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted

I was doodling with the stylesheet in Firefox, with the web developers add on.

 

This made it appear the same in Firefox as IE:

 

Body {  background-position:   85% 100%; 
background-image: url('images/uwbackground.gif');
background-repeat: no-repeat; 
font-family: Times New Roman;
}

I don't have such a tool for IE, so I can't say how this would affect rendering in IE.

:blush:

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 >

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...