Having trouble with CSS coding

Discussion in 'CSS' started by toughshot, Oct 10, 2007.

  1. #1
    I'm not sure how to go about putting this button into the right place. The button is going to be a repeated button throughout all the tutorial headline boxes. (Look at pictures, the "View Tutorials" button)

    Here is what it should look like: http://www.twelve41.net/sale/tutcave/

    I have everything else going fine, just don't know how to get that button in their, but everything else looks like it does.
     
    toughshot, Oct 10, 2007 IP
  2. KatieK

    KatieK Active Member

    Messages:
    116
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Based on your image, I would float the View Tutorials button right. If you put a class "tut_button" on the image, here's the CSS:

    .tut_button { float: right; }
    Code (markup):
    You'll probably also need to put the HTML for the View Tutorials button before the other text. Have a try at it and let us know how it goes.
     
    KatieK, Oct 10, 2007 IP
  3. toughshot

    toughshot Peon

    Messages:
    221
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You are correct, putting it before the other HTML made it show unlike putting it after. Thanks for your help.
     
    toughshot, Oct 10, 2007 IP