logo

New Response

« Return to the blog entry

You are replying to:

    • avatar
    • Jake Howlett
    • Posted on Thu 8 Sep 2011 10:09 AM

    There are a few tricks you can use there. I guess you just want to show some text over the top of the button graphic. Troubles start when the length of text outgrows the button. Ideally you'd stop that happening. If not you can do things like split the button in two and have markup like this:

    <a href=""><span>Link</span></a>

    Then put the first part of the button background in the A tag using CSS and the other part to the right of the SPAN's background using CSS.

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: