Announcement

Collapse
No announcement yet.

horizontal stripes in background pattern

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    horizontal stripes in background pattern

    Hi,

    Just creating a new website with an image as the background to the left menu bar.

    I'm using a 5 pixel high gif which repeats down the left bar, however I seem to be getting faint stripes down the page. I'm sure I've just missed some basic html thing but can't figure it out - any ideas?

    example of code -
    Code:
    <td background="left-bar-background.gif" valign="top" width="200">
    example of stripes -
    Attached Files
    John

    #2
    If you are after a plain consistent colour, why not just use the hexadecimal colour as the background? No need for an image to do this.

    On most occasions when something repeats like this, the fault is in the image file itself. Problem being it is so small that you can't see it to fathom it out. Recreate the image, by painting the colour so it is consistent for definite.

    Comment


      #3
      the reason for the image is the rounded 3d effect on the right edge - but I will check out the image file as you suggest.
      John

      Comment


        #4
        There definitely seems to be a 1px line of a different colour on the top or bottom of that image - blow it it and you should see it.

        Comment


          #5
          does it only appear in firefox, or is this a cross-browser issue?

          Comment

          Working...
          X