unspokenwords Posted February 27, 2008 Posted February 27, 2008 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.
♥geoffreywalton Posted February 27, 2008 Posted February 27, 2008 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 ======>>>>>.
germ Posted February 27, 2008 Posted February 27, 2008 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 >
burt Posted February 27, 2008 Posted February 27, 2008 background: url('images/uwbackground.gif') bottom right no-repeat;
unspokenwords Posted February 28, 2008 Author Posted February 28, 2008 Thank you very much germ for your help. Your suggestion seems to setting the image in both browsers the way I wanted it to. Much appreciated. :D
unspokenwords Posted February 28, 2008 Author Posted February 28, 2008 Thank you for the link to the website below - I found it incredibly useful while testing the new code. 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.