Closed Thread
Results 1 to 5 of 5

Thread: bottom bar

  1. #1
    KikoLtd is offline Newbie
    Join Date
    Aug 2009
    Posts
    2
    Rep Power
    0

    bottom bar

    hello,
    i have created a bottom bar like facebook's. I want to have some menus on that bar so when i click they will drop up and have some text inside (code). i don't know how to do that and i don't know how to have image and text in the same line (when i have an image and then a text the text goes down). Please help me

    this is the code:
    Code:
    <style type="text/css">
    #bottom {
    width: 95%;
    position: fixed;
    bottom: 30px;
    background: #EEEEEE;
    color: #cc0000;
    border-top: 2px solid #666666;
    border-left: 3px solid #666666;
    border-right: 2px solid #666666;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    margin-bottom:-30px;
    }
    
    </style>
    <div id="bottom"> <a href="ht tp:// mysite . ws"><img src="ht tp:// mysite . ws/navbar.png" border="0"></a> Under Heavy Construction!
    
    </div>

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    alilg's Avatar
    alilg is offline Learning Programmer
    Join Date
    Apr 2008
    Location
    LA
    Posts
    57
    Rep Power
    15

    Re: bottom bar

    try this
    Code:
    display: inline;

  4. #3
    KikoLtd is offline Newbie
    Join Date
    Aug 2009
    Posts
    2
    Rep Power
    0

    Re: bottom bar

    where i have to put this?

  5. #4
    dMullins is offline Newbie
    Join Date
    Aug 2009
    Location
    North Carolina
    Posts
    16
    Rep Power
    0

    Re: bottom bar

    In between the curly braces } { of your style definition.

  6. #5
    dMullins is offline Newbie
    Join Date
    Aug 2009
    Location
    North Carolina
    Posts
    16
    Rep Power
    0

    Re: bottom bar

    Sweet, my first real post that might be helpful for someone else

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Keeping Footre At The Bottom
    By Bioshox in forum HTML Programming
    Replies: 3
    Last Post: 03-30-2010, 05:38 AM
  2. Adding bottom links with click-over feature? Help please!
    By Panarchy in forum JavaScript and CSS
    Replies: 98
    Last Post: 01-18-2009, 04:03 AM
  3. Replies: 11
    Last Post: 01-05-2009, 07:04 AM
  4. Bottom of the page?
    By Vojkan in forum HTML Programming
    Replies: 10
    Last Post: 11-24-2007, 09:01 PM

Tags for this Thread

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