Jump to content

bolotnikoff

Newbie
  • Posts

    4
  • Joined

  • Last visited

bolotnikoff's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. не знаю специально или нет но ты меня навел на мысль... вобщем вот http://bolotnikoff.com/pub/qwert.html есть ли у такого способа недостатки? можно ли считать его универсальным?
  2. всем большое спасибо! разобрался. люблю когда на форумах тепло встречают
  3. немного изменил код, в .box два div-а, естественно каждый на новой строке. http://bolotnikoff.com/pub/qwer.html если я сделаю их плавающими то .box не растянется под них. http://bolotnikoff.com/pub/qwert.html пока я решаю это таблицами но вроде говорят что делать таблицами не круто.
  4. давно не дает покоя эта проблема, когда родитель плавающего блока не растягивается под плавающие в нем объекты иными словами хочу сделать так но если делать только DIV-ами получается вот так вот в HTML http://bolotnikoff.com/pub/qwer.html вот код <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>floating DIVs</title> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> </head> <style type="text/css"> .div1, .div2 { width: 150px; margin: 30px; padding: 10px; background: #663399; } .div1 > div { background: #ff3300; } .div2 > div { float: left; background: #ff3300; } </style> <body> <div class="div1"><div> Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diem nonummy nibh euismod tincidunt ut lacreet dolore magna aliguam erat volutpat </div></div> <div class="div2"><div> Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diem nonummy nibh euismod tincidunt ut lacreet dolore magna aliguam erat volutpat </div></div> </body> </html> кто как решает такого рода проблемы? или тут нужен принципиально другой подход, поделитесь опытом... а...
×
×
  • 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