Jump to content
  • 0

Навигация напротив логотипа


kostazs
 Share

Question

Пытаюсь сделать свой первый сайт. Хочу чтобы кнопки навигации находились напротив названия, но не знаю как это реализовать.

Как сейчас:

logo.jpg

Как надо:

logo2.jpg

сам сайт

Надеюсь на вашу помощь.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Можно и так:

<table width="100%">
<tr>
<td>
Our Web Site Title
</td>
<td>
About Services Contact
</td>
</tr>
</table>

Ну или, что глупо, делать вашему меню position: relative; и смещать на top: -Npx;

Edited by npofopr
Link to comment
Share on other sites

  • 0

не.. так не получается вроде.

Сделал по первому примеру товарища npofopr.

получилось так:

#header{
border-top: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1;
margin: 20px 0px 0px;
padding:34px 7px 35px;
overflow: hidden;
}

#logo {
color:#b62d2d;
font-size:34px;
line-height:20px;
font-family: 'Dancing Script', cursive;
float: left;
}

#menu {
letter-spacing: -1px;
float: right;
}

Edited by kostazs
Link to comment
Share on other sites

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