Results 1 to 3 of 3

 

Thread: CSS: Aligining text in the centre of a background image

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Jun 2007
    Posts
    386
    Thanks
    1
    Thanked 0 Times in 0 Posts


    Is this actually possible?

    I'm trying to create a menu using the same background image. However, I'd like to have the text in the centre of the button.

    Here's the code I'm using at the moment:

    CSS:
    ul
    {
    list-style-type: none;
    padding: 0;
    margin: 0;
    }

    li
    {
    color: "#ffffff";
    background-image: url(button_bg.jpg);
    background-repeat: no-repeat;
    }


    HTML:
    <ul>
    <li>Home</li>
    </ul>

    Currently the text is alligned to the left of the image.

    Thanks alot in advance for your help with this

  2. #2
    pete_coles's Avatar
    Administrator

    Status
    Offline
    Join Date
    May 2007
    Posts
    513
    Thanks
    14
    Thanked 82 Times in 62 Posts
    put

    text-align:center;

    in the li css

  3. #3
    DioBach's Avatar
    .com

    Status
    Offline
    Join Date
    Dec 2006
    Location
    Tenby, Wales, UK
    Posts
    778
    Thanks
    16
    Thanked 21 Times in 11 Posts
    Quote Originally Posted by pete_coles View Post
    put

    text-align:center;

    in the li css
    That would do it horizontally, but not vertically? Depends on the size of background image as well. If you've set the size of the background image somewhere, you could use margins top and bottom to set the vertical centering.



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. New Vodafone deals on Mobile Rainbow!
    By MobileRainbow in forum Affiliate Marketing Lounge
    Replies: 0
    Last Post: 27-04-07, 02:43 PM
  2. PHP/mysql formating problem with paragraphs
    By Kandevil in forum Programming
    Replies: 2
    Last Post: 25-01-07, 09:48 PM
  3. re-size table background image
    By morleymouse in forum Programming
    Replies: 14
    Last Post: 11-07-06, 07:41 PM
  4. Background image stretch?
    By brussell78 in forum Programming
    Replies: 4
    Last Post: 17-02-06, 01:09 PM
  5. CSS Image disappears in IE6
    By Kandevil in forum Programming
    Replies: 2
    Last Post: 03-02-05, 05:30 PM

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
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2