Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

strugling with the background


chadds

Recommended Posts

Posted

Hi im probably being stupid here but i cant get my background right at www.phphosts.co.uk/Action

 

There is a green strip that shows up constantly, i use an image for the background but it doesnt seem to cover teh whole page.

 

Is there anything i can do to remove the green background?

 

cheers

 

chris

Posted

Try the link below for look and feel. Suspect you have a colour for a back ground in your .bd section of the css sheet.

 

If you don't understand that all will become clear when you watch some of the flah demo's.

 

Enjoy

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 changed this code:

 

<!-- header //-->

<table style="background-image: url(images/bg.jpg); background-color: rgb(102, 172, 112); background-repeat: repeat-x; height: 100%;" border="0" cellpadding="0" cellspacing="0" width="100%">

To this:

 

<!-- header //-->

<table style="background-image: url(images/bg.jpg); background-color: rgb(102, 172, 112); background-repeat: repeat; height: 100%;" border="0" cellpadding="0" cellspacing="0" width="100%">

And the green went away using Firefox's web developer tools.

;)

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 >

Posted
I changed this code:

To this:

And the green went away using Firefox's web developer tools.

;)

 

 

Thanks for that it worked a treat :0

 

cheers

 

chris

Posted

You're welcome.

;)

 

The difference being "repeat-x" made it repeat horizontally only while "repeat" repeats in both axis, horizontal and vertical.

 

Some days I'm the windshield... Some days I'm the bug...

:lol:

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...