Help With Simple Problem - Trying To Add Text To A Background Image

Discussion in 'CSS' started by bad_bob00, Jun 23, 2008.

  1. #1
    Hi,

    On my website I've got a div which contains a background image and I would like to be able to add some text to it. Any idea how to do this? I've included some of my CSS and HTML code below:

    HTML Code:


    Which produces:

    [​IMG]


    (I have labelled the image where I want the new text to be added).


    Would appreciate any help given :)


    Thanks
     
    bad_bob00, Jun 23, 2008 IP
  2. bad_bob00

    bad_bob00 Active Member

    Messages:
    3,472
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #2
    Anybody got any ideas? :(

    I added a "test" line in the image above, just need to raise the position up and move it across so that its on top of the image...


    Thanks for any help
     
    bad_bob00, Jun 23, 2008 IP
  3. newpbc

    newpbc Active Member

    Messages:
    307
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Think you need to ad a float: right;

    inside #test {
    color: red;
    top:30px;
    right:95px;
    width:700px;
    }
     
    newpbc, Jun 23, 2008 IP
  4. bad_bob00

    bad_bob00 Active Member

    Messages:
    3,472
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #4
    Just tried that and it just shifts the "test" writing across a few inches on the screen. I want the "test" text to appear where the image above currently says "THIS IS WHERE I WANT TO ADD SOME TEXT".


    Thanks for trying to help though. Anyone else got any ideas?
     
    bad_bob00, Jun 23, 2008 IP
  5. bad_bob00

    bad_bob00 Active Member

    Messages:
    3,472
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #5
    Nobody able to help out? Would have thought it was a simple problem, although I've tried lots already and still not sorted it :(

    Thanks for anymore help
     
    bad_bob00, Jun 23, 2008 IP
  6. bad_bob00

    bad_bob00 Active Member

    Messages:
    3,472
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    90
    #6
    Anyone able to help out? Will give +rep to anyone that can help...
     
    bad_bob00, Jun 24, 2008 IP