Jump to content
  • 0

Не выделяется текст в Firefox и Chrome


Dolfik
 Share

Question

Не получается выделить текст в Firefox и Chrome, в IE и Opera все нормально, связано это как я понял с z-index, если убрать их то текст выделяется, но тогда вертикальное меню уходит под блок, как исправить можно? Сдела бы фитчей, но не ссылки не кнопки не выделяются)

jsfiddle

Еще баг появился, на этот раз только в мозиле, добавил свой шрифт, на главной странице все отлично отображается, на другой стандартным шрифтом текст делается. Код:

CSS

@font-face {
font-family: Fixedsys;
src: url(font/Fixedsys.ttf);
}
#left_top_text_1 {
text-align:center;
color:#c8c8c8;
font-family:Fixedsys;
margin-left:40px;
margin-top:-24px;
position:absolute;
}
#msgb_left {
float:left;
margin-left:101px;
margin-top:-25px;
width:20px;
height:18px;
border-radius:5px;
background:#000000;
font-family:Fixedsys;
text-align: center;
opacity:0.81;
color:#c8c8c8;
text-align:center;
padding-top:2px;
}

HTML

<div id="left_top_text_1">admin |<tb>| Выход</div><div id="msgb_left">3</div>

Edited by Dolfik
Портянки кода сдесь постить не надо, сделайте пример на jsfiddle
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

#main_two_block {

opacity: 0.95;

z-index:-1;

float:right;

margin-left: 2px;

margin-top: 2px;

width:730px;

height:816px;

background: #242525;

border-radius:5px;

border: 2px solid #c8c8c8;

-webkit-border-radius:5px;

-moz-border-radius:5px;

-khtml-border-radius:5px;

position:relative;

}

проблема в -1

  • Like 1
Link to comment
Share on other sites

  • 0

#main_two_block {

opacity: 0.95;

z-index:-1;

float:right;

margin-left: 2px;

margin-top: 2px;

width:730px;

height:816px;

background: #242525;

border-radius:5px;

border: 2px solid #c8c8c8;

-webkit-border-radius:5px;

-moz-border-radius:5px;

-khtml-border-radius:5px;

position:relative;

}

проблема в -1

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