Jump to content

verstun

Newbie
  • Posts

    4
  • Joined

  • Last visited

verstun's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. попробуй так <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <style type="text/css"> * { margin: 0; padding: 0; } body { margin: 5px; padding: 0; } div.left { float: left; width: 250px; } div.left p { background-color: #FFCC66; } div.right { margin-left: 250px; } div.right p { background-color: #FF9966; } .clear { clear:both;} </style> </head> <body> <div class="left"> <p>left</p> <p>left</p> </div> <div class="right"> <p>right</p> <p>right</p> </div> <div class="clear"></div> </body> </html>
  2. Используй SSI очень удобная технология и простая к тому же.
  3. http://www.prostosait.com.ua/ тут несколько вариантов решения закругленных уголков.
  4. По структири html нет йолочки, а по css код неудобочитаемый лутше его пописывать по горизоттали типа: .head {width: 1004px; height: 133px; position: relative;} .sun {position: absolute; left: 275px;} .language {position: absolute; right: 37px; bottom: 3px;} .language a {display: block; padding: 1px 27px 0 9px; font-size: 10px; text-transform: uppercase; color: #fff; float: left;} .language .rus {background: url(../images/rus.png) right top no-repeat;} .language .eng {background: url(../images/eng.png) right top no-repeat;} .language .activ {color: #b8e4ff;}
×
×
  • 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