Jump to content
  • 0

Css em triangle и еще 1 вопрос


Cryolite
 Share

Question

Добрый день

Сделал флажок с помощью :after


?<div class="flag-header"><a href="#">eeeee</a></div>?

body {
font-size: 100%;
}

.flag-header {
font-size: 1em;
font-weight: bold;
background: green;
color: black;
padding: .75em 4em .5em 2em;
display: inline-block;
*display: inline;
zoom: 1;
position: relative;
overflow: hidden;
}

.flag-header a {
color: black;
font-weight: bold;
}

.flag-header:after {
content: "";
position: absolute;
right: 0;
margin-top: -.6em;
border-right: 1.2em solid #fff;
border-top: 1.2em solid transparent;
border-bottom: 1.2em solid transparent;
border-left: 0;
width: 0;
height: 0;
}

При увеличении размера шрифта в body флажок масштабируется нормально, однако при изменении масштаба ctrl+/ctrl-. after-часть увеличивается непропорционально. (А если перевести в пиксели он останется постоянного размера, что в данном случае не подходит). Есть ли смысл менять и если да, то в какую сторону смотреть.

2) как лучше делать input type="text" (блок search), если контент em ный. На данный момент оставил c фиксированным width и шрифтом в px.

<div class="search">
<input type="text" />
<input type="button" value="bg_image " />
</div>

Edited by Cryolite
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Возможно не корректно задал вопрос. Попробую переформулировать.

1) Стоит ли в первом случае обращать внимание на масштабирование?

2) Стоит ли привязывать инпуты к em ам или оставить в пикселях. Ведь если размер шрифта большой инпут может сломаться.

3) Какой максимальный font-size в % (обычно) стоит учитывать при верстке.

Буду признателен за совет

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