Sheena Posted May 31, 2008 Report Share Posted May 31, 2008 Можно ли как-нибудь сделать это? Link to comment Share on other sites More sharing options...
0 banyman Posted May 31, 2008 Report Share Posted May 31, 2008 Что конкретно требуется? Link to comment Share on other sites More sharing options...
0 homm Posted May 31, 2008 Report Share Posted May 31, 2008 <style type="text/css">#menu { padding: 20px 0 0 50px; width: 250px;}#menu .title { font-size: 140%; font-style: italic; color: blue;}#menu .item { position: relative; border-top: 1px solid #ffa0a0; padding-right: 70px;}#menu .item .prise{ background-color: #f0f0ff; position: absolute; width: 60px; height: 100%; top: 0; right: 0; padding-left: 10px;}</style><div id='menu'> <div class='title'>Меню в CSS</div> <div class='item'> Рыба <div class='prise'> 50 р. </div> </div> <div class='item'> Мясо <div class='prise'> 150 р. </div> </div> <div class='item'> Очень длинный пункт меню, прям как мерседес <div class='prise'> 20 р. </div> </div> <div class='item'> Хлеб <div class='prise'> 20 р. </div> </div></div> Link to comment Share on other sites More sharing options...
0 Sheena Posted June 1, 2008 Author Report Share Posted June 1, 2008 Благодарю! Link to comment Share on other sites More sharing options...
Question
Sheena
Можно ли как-нибудь сделать это?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts