Jump to content
  • 0

Помогите выровнять текст по середине ячейки в меню


paul69
 Share

Question

Здрасте, не судите строго я новичок)и могу не очень внятно объяснять.

В общем ситуация такая:

Главное меню сайта выполнено таблицей.

Главная        Бла бла        Бла ла       улю лю

бэкграунд задан картинкой,

Проблема в том что текст "главная" выравнивается по верху ячейки а мне нужно по центру. помогите пожалуйста.

 html/

<div id="topmenu">
        <table>
            <tr>
                <td>
                    <a href="index.html">Главная </a>
                </td>
                <td>
                    <a href="about.html">О нас </a>
                </td>
                <td>
                    <a href="services.html">Услуги </a>
                </td>
                <td>
                    <a href="contacts.html">Контакты </a>
                </td>
                <td>
                    <a href="feedback.html">Подать заявку </a>
                </td>
            </tr>
        </table>
        </div>

 

Css/

#container{
    margin:0 auto;
    width: 780px;
    }
    
#topmenu{
    margin: 20 0 0;
    background-image:url("../images/fonmenu_02.png");
    width:780px;
    height:46px;
    }
    
#topmenu a {
    color: #000000 ;
    font-weight: bold ;
    margin:40px;
    padding: 1px 5px;
    text-decoration: none;
    padding-top: 20px;
    }

#topmenu a:hover{
    background-color:#e6e6e6;
    background-image:url("../images/fonmenu_02.png");
    }
    

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy