Jump to content
  • 0

IE 7-8 PIE border-radius и first-child


_loki_
 Share

Question

Доброго всем времени суток. Помогите пожалуйста решить такую проблему.

Итак есть меню , у меню есть заголовок, этот заголовок сделан при помощи first-child первому li в ul , там же используется css 3 PIE для border-radius в IE.

Chrome , Opera , FF как всегда нормально, но в IE7-8 заголовок просто пропадает. Дать заголовку zoom:1; position:relative; пробовал ul тоже . Всем его родителям тоже. Не помогает. Блок появляется в обоих IE если убрать border-radius. Сделать заголовок png или просто убрать его в div конечно можно. Но хотелось бы найти решение проблемы. Код:


<ul class="left_menu">
<li>Наши услуги</li>
<li><a href="{if $e.page_id == $site.page_id}/{else}{$e.url}{/if}" {if $e.blank} target="_blank"{/if}>Пункт меню 1</a></li>
<li><a href="{$e.url}">Пункт меню 2</a></li>
<li><a href="{$e.url}">Пункт меню 3</a></li>
<li><a href="{$e.url}">Пункт меню 4</a></li>
<li><a href="{$e.url}">Пункт меню 5</a></li>
</ul>
/*CSS */
.left_menu { margin:0; padding:0; list-style:none; width:238px; position:relative; zoom:1; }
.left_menu li { font-size:0; line-height:0; vertical-align:top; margin:0; padding:0 12px 0 12px; position:relative; zoom:1; }
.left_menu li a {position:relative; zoom:1; display:block; padding:7px 0 7px 0; line-height:normal; border-top:1px dotted #666666; font:bold 13px Tahoma, Geneva, sans-serif; color:#4f4f4f; text-decoration:none; }
.left_menu li:first-child + li a{border-top:none;}
.left_menu li a:hover {color:#c90837;}

.left_menu li:first-child { zoom:1; display:block !important; font:bold 18px Arial, Helvetica, sans-serif !important; color:#0052c6; padding:7px 0 7px 13px !important ; background:#99d095 url(lm_h_bg.png) left top repeat-x; border:1px solid #92b289; position:relative; behavior:url(images/pie.htc); border-radius:6px; }

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Да с PIE часто проблемы бывают, мне кажется, легче либо забить на квадратность в уже, к счастью, не очень большой доле браузеров, либо картинки нарезать и вставить.

Ну что ж , пришлось добавить ещё один div и вынести заголовок в него. А так хотелось оставить в li)

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