Results 1 to 4 of 4

Thread: bottom text

  1. #1
    Join Date
    May 2008
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default bottom text

    i am working on a design at the url

    http://customfit.extechla.com

    at the top my text is in front of my image! i need the text to be under the image! i have the cell to 55 in height! and i want the text at the bottom of the div tag!

    any ideas?

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Add some padding
    Code:
    #news
    {
        list-style: none;
        margin-right: 15px;
        background-image: url(images/news.png);
        background-repeat: no-repeat;
        height: 55px;
        background-position: center top;
        vertical-align: bottom;
        padding-top:35px;
    }

  3. The Following User Says Thank You to Medyman For This Useful Post:

    dguilloryjr (05-13-2008)

  4. #3
    Join Date
    May 2008
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    trying to understand why in firefox i can see all 6 buttons but in IE i only see 5 at the top!

    http://customfit.extechla.com

    How can i fix this?

  5. #4
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    It's showing, apparently, behind index_r2_c1.gif image

    ...The fix is to set your list's width:
    Code:
    #nav-menu li
    {
        float: left;
        margin-top: 25px;
        width:52px;
    }
    ...You will be facing on a new problem, and that will be text formatting, but then, I know you'll be able to action it properly

    See if it helps
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

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
  •