Jump to content
  • 0

блоки в строчку


Kos87
 Share

Question

Вот собственно код меню

CSS:

#menu p{margin:0; display:inline;}

a.menu{display:block; width:100px; height:39px; margin:20px 10px; background-repeat: no-repeat;}
a.menu:hover{background-position:0 -40px; position: relative; top: 3px;}

a.menu_on{display:block; width:100px; height:39px; margin:20px 10px; background-repeat: no-repeat; background-position:0 -40px;}
a.menu_on:hover{position: relative; top: 3px;}

a.main{background-image: url(diz/main.jpg);}
a.uslugi{background-image: url(diz/uslugi.jpg);}
a.zapchasti{background-image: url(diz/zapchasti.jpg);}
a.foto{background-image: url(diz/foto.jpg);}
a.kontaktu{background-image: url(diz/kontaktu.jpg);}

xhtml:

<div id="menu">
<p><a href="http://www.reichauto.com.ua" class="menu_on main"></a></p>
<p><a href="http://www.reichauto.com.ua/uslugi.html" class="menu uslugi"></a></p>
<p><a href="http://www.reichauto.com.ua/zapchasti.html" class="menu zapchasti"></a></p>
<p><a href="http://www.reichauto.com.ua/foto.html" class="menu foto"></a></p>
<p><a href="http://www.reichauto.com.ua/kontaktu.html" class="menu kontaktu"></a></p>
</div>

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

float не конает, меню потом надо выровнять по центру, с float я не знаю как это сделать :D

a.menu{display: inline;} а на поведение меню это не повлияет??

влияет на поведение меню :o

Edited by Kos87
Link to comment
Share on other sites

  • 0
float не конает, меню потом надо выровнять по центру, с float я не знаю как это сделать :D

a.menu{display: inline;} а на поведение меню это не повлияет??

влияет на поведение меню :o

инлайн-блок

Link to comment
Share on other sites

  • 0

спасибо

вот новый код

CSS:

#menu{margin-left:auto; margin-right:auto;}

a.menu{display:inline-block; width:100px; height:39px; margin:20px 10px; background-repeat: no-repeat;}
a.menu:hover{background-position:0 -40px; position: relative; top: 3px;}

a.menu_on{display:inline-block; width:100px; height:39px; margin:20px 10px; background-repeat: no-repeat; background-position:0 -40px;}
a.menu_on:hover{position: relative; top: 3px;}

a.main{background-image: url(diz/main.jpg);}
a.uslugi{background-image: url(diz/uslugi.jpg);}
a.zapchasti{background-image: url(diz/zapchasti.jpg);}
a.foto{background-image: url(diz/foto.jpg);}
a.kontaktu{background-image: url(diz/kontaktu.jpg);}

xhtml:

<div id="menu">
<a href="http://www.reichauto.com.ua" class="menu_on main"></a>
<a href="http://www.reichauto.com.ua/uslugi.html" class="menu uslugi"></a>
<a href="http://www.reichauto.com.ua/zapchasti.html" class="menu zapchasti"></a>
<a href="http://www.reichauto.com.ua/foto.html" class="menu foto"></a>
<a href="http://www.reichauto.com.ua/kontaktu.html" class="menu kontaktu"></a>
</div>

но я теперь не могу добиться выравнивания по центру .... ??

вот как оно выглядит http://www.reichauto.com.ua/kontaktu.html

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