Jump to content
  • 0

Табличное меню


dnepr
 Share

Question

Добрый день. Собственно такой вопрос

Макет меню предусматривает "табличный" вид меню (ниже на картинке).

3.jpg

сайт мейкаю друпалом, код меню таков

<?php if (isset($primary_links)) : ?>

<?php print theme('links', $primary_links, array('class' => 'links primary-links')) ?>

<?php endif; ?>

заранее спасибо.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

примерно следущее:

пусть ширина блока, содержащего три колонки в линию, будет 100%(как я понял у вас она будет жесткая, значит задать жесткую.), все зависит от размера, ну а далее так:

<div class="menu">
<div class="menu_item"><a href="#" class="menu_item_link">Name</a></div>
</div>

div.menu {background:url(/img/bg.png) top left; width:100%;}
div.menu_item{float:left; width:33%;padding:5px 5px 5px 10px;}
a.menu_item_link{font:12px Tahoma bold; color:#fff;}

Это примерная структура, сами если подоните под свой дизайн, будет отлично, ничего сложного нет =)

Edited by Wind
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