Jump to content
  • 0

Положение строчных элементов


Veit
 Share

Question

8 answers to this question

Recommended Posts

  • 0

Если одна строка, то задать свойство для span line-height: Ypx, где Y=высота родительского блочного элемента. То есть, если высота дива 40px, то для спана задаем line-height: 40px;

Edited by mrnobody
Link to comment
Share on other sites

  • 0

Мое упущение, у каждого span будет свой стиль.

.post-metadata {

height: 20px;

margin-top: 10px;

background-color: #FAFAFA;

border: 1px solid #CFCFCF;

font-family: Arial, Helvetica, sans-serif;

}

span.date {

background-image: url(images/date.png);

background-repeat: no-repeat;

float: left; Это не обязательно, как я поня.

padding-left: 20px;

margin-left: 2px;

}

span.author {

background-image: url(images/author.png);

background-repeat: no-repeat;

padding-left: 20px;

margin-left: 10px;

}

Edited by Veit
Link to comment
Share on other sites

  • 0

Скорее всего нет, но лучше увидеть страницу целиком.

Я уже разобрался, спасибо. Но вот теперь возникла другая проблема, если я задаю height классу date, то изменений не происходит, с чем это может быть связанно?

Link to comment
Share on other sites

  • 0

Если вы удалили свойство float: left; значит элемент спан стал строчным по умолчанию? а высота не применяется к строчным элементам. Но лучше увидеть страницу.

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