Jump to content
  • 0

меню сьехало


DrMartens
 Share

Question

сьехало меню на сайте:

HH1Rh2c7.jpg

как это исправить?

вот css код меню:

#leftmenu a{ float:left; display:block;padding:2px 10px; color:#FFFFFF; font-weight:bold; font-size:15px; border-right:#FFFFFF 1px solid;vertical-align:middle;height: 100%;}
#leftmenu a:hover{ float:left; display:block; background-color:#efe7d5; padding:2px 10px; font-weight:bold; font-size:15px; border-right:#FFFFFF 1px solid;vertical-align:middle;height: 100%;color: #885520;}
#leftmenu ul {position:relative; list-style-type:none;vertical-align:top; }

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Дело где-то здесь: vertical-align:middle;height: 100%; Почему высота 100 процентов? Надо задать четкий размер в пикселях. А так оно работает непонтяно как и естественно выравнивается по центру непонятной высоты.

Link to comment
Share on other sites

  • 0

Держите =)

#leftmenu a{ float:left; display:block;padding:2px 10px; color:#FFFFFF; font-weight:bold; font-size:15px; border-right:#FFFFFF 1px solid;vertical-align:middle;height: 100%;}
#leftmenu a:hover{ float:left; display:block; background-color:#efe7d5; padding:2px 10px; font-weight:bold; font-size:15px; border-right:#FFFFFF 1px solid;vertical-align:middle;height: 100%;color: #885520;}
#leftmenu ul {position:relative; list-style-type:none;vertical-align:top;margin:0;padding:0; }

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