Results 1 to 2 of 2

Thread: background image in css class

  1. #1
    Join Date
    May 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default background image in css class

    I know this is a common question but have been looking for hours and I can't seem to find one that is for a background image that is in a table using a class (not in an ID) - I should have built the whole site in css but i'm not that good at it yet!

    this is where i want the image to go

    Code:
    <td class="happen">
    in this page

    http://www.23rdandunion.org/happen.htm

    this is my css
    Code:
    td.happen {background-image:url(../images/happen.jpg); background-repeat:no-repeat; height:566px;}

  2. #2
    Join Date
    May 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    oops! i forgot to mention that i want the image to change on refresh.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •