Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorcre8tive1
    • CommentTimeApr 30th 2009
     permalink
    Hello all,

    I'm new to this discussion forum. I'll learning CSS and designing my first site for a client.

    I have a 3 column CSS layout. The left and right columns have a background image. I can get the left column background to display. However, the right column background is giving me fits.

    The DEV site is here: http://tw2dev.fabianross.com/

    My stylesheet is http://tw2dev.fabianross.com/styles.css

    The DIV that I'm trying to add the background to is #right_column

    This is the image that should display in within #right_column http://tw2dev.fabianross.com/images/right-column-bg.png

    If anyone has any suggestions on what I need to change to get this background image to display that would be great.

    Thanks,

    jr
  1.  permalink
    It looks like you solved the problem or are you still trying to have #right_column display that image as a background?

    All you'd need to do is:

    background-image: url("http://tw2dev.fabianross.com/images/right-column-bg.png") no-repeat;

    or

    background-image: url("images/right-column-bg.png") no-repeat;

    Use no-repeat if you don't want the image to repeat across and down.
Add your comments
    Username Password
  • Format comments as (Help)