Results 1 to 2 of 2

Thread: DD Tab Menu II IE

  1. #1
    Join Date
    Jan 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default DD Tab Menu II IE

    Please advise on how to center menu.

    When I change float: left; to float; right is moves to the right, but if i try center it move to the left and not the center of page.

    #ddimagetabs a{
    display: block;
    text-decoration: none;
    font: bold 12px Arial; /*tab font */
    color: black; /*font color */
    width: 86px; /*width of tab image */
    height: 22px; /*height of tab image */
    float: left;
    display: inline;
    margin-left: 4px; /*spacing between tabs */
    padding-top: 4px; /*vertical offset of tab text from top of tab*/
    background-image:url(bluetab.jpg); /*URL to tab image */
    background-repeat: no-repeat;
    text-align: center;
    }

  2. #2
    Join Date
    Jan 2005
    Location
    Seattle
    Posts
    53
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    you can put them in a table cell.

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
  •