Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

A little CSS help !


Recommended Posts

Posted

For the header image (logo image) on a new site i'm putting up, i'm using a transparent gif with a non-repeating background image so that the image can go all the way across the page, even behind the shopping cart info i've put in the header.

 

In firefox, the image displays properly however in IE it's completely screwed up, repeating every so many pixels.

 

Can anyone check out the css & let me know what's goin on?

 

Link: http://www.nlmotoring.com.vhost.zerolag.com/index.php

Posted

Not sure if it's causing your problem, but in your stylesheet, where you use the logo

(this line here:

TR.header {
 background: #ffffff 
url('http://www.nlmotoring.com.vhost.zerolag.com/images/logo.jpg') 
no-repeat;
}

)

.. you don't end the first two lines with semicolons, which you should, for consistency if nothing else. Try adding ; to the end of the background and url lines and see if that solves your problem.

Archived

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

×
×
  • Create New...