Deleter Posted June 9, 2009 Report Share Posted June 9, 2009 Можно ли нумерованный список сверстать так, чтобы цифры от списка были всегда спозиционированы к верху внутренностей элемента списка.К примеру:<ol> <li> <img src="http://www.google.com/intl/en_ALL/images/logo.gif" width="276" height="100" style="display: block;"/> </li> <li> <img src="http://www.google.com/logos/spring09.gif" width="276" height="135" style="display: block;"/> </li></ol>А все благодаря, вставленному display: block в стиль к картинкам.Но, если добавить текст после картинки. К примеру:<ol> <li> <img src="http://www.google.com/intl/en_ALL/images/logo.gif" width="276" height="100" style="display: block;"/> Тестовый текст </li> <li> <img src="http://www.google.com/logos/spring09.gif" width="276" height="135" style="display: block;"/> Тестовый текст </li></ol>Можно ли это как-то побороть? Quote Link to comment Share on other sites More sharing options...
0 sandro-css Posted June 9, 2009 Report Share Posted June 9, 2009 Нужен именно <ol>? если по теме, то наверное где-то так<li style="vertical-align:top;><img src="http://www.google.com/intl/en_ALL/images/logo.gif" width="276" height="100" style="vertical-align:top;"/></li> Quote Link to comment Share on other sites More sharing options...
0 psywalker Posted June 9, 2009 Report Share Posted June 9, 2009 вот так точнее даже: <li><img src="http://www.google.com/logos/spring09.gif" width="276" height="100" style="vertical-align:top;" /> <p>Тестовый текст</p></li> Quote Link to comment Share on other sites More sharing options...
0 sandro-css Posted June 9, 2009 Report Share Posted June 9, 2009 <li style="vertical-align:top;> для ие6 Quote Link to comment Share on other sites More sharing options...
Question
Deleter
Можно ли нумерованный список сверстать так, чтобы цифры от списка были всегда спозиционированы к верху внутренностей элемента списка.
К примеру:
А все благодаря, вставленному display: block в стиль к картинкам.
Но, если добавить текст после картинки. К примеру:
Можно ли это как-то побороть?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
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.