Jump to content

Winner

Newbie
  • Posts

    3
  • Joined

  • Last visited

Winner's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Сначала делал дивами, потом перешел на таблицу, пытался убрать float и получилась фигня какая-то. Решил ничего не трогать =)
  2. Красиво - это как? Можно показать на примере? Вот моя таблица: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title><?php echo $title; ?></title> <link rel="stylesheet" type="text/css" href="style/style3.css" /> </head> <body id="b" topmargin="20" bottommargin="10" bgcolor="#adb9b9"> <table id="all" cellspacing="0" cellpadding="0" border="0" align="center"> <tr> <td id="logo" colspan="3" background="images/logo.png"></td> </tr> <tr> <td id="menu"> <?php include('menu.txt');?> </td> <td id="info"> <?php if($separate) include($info); else echo $info;?> </td> <td id="rightblock"> <?php include('monitoring.php'); ?> </td> </tr> </table> </body> </html> css: body#b{ margin-bottom: 10px; } table#all{ width: 800px; height: 100%; margin: auto; border: solid 1px black; background: #ffffff; /*background: url(logo.jpg) top left no-repeat;*/ } #menu /* leftblock */{ width: 160px; float: left; } #rightblock{ width: 160px; float: right; } #logo { border-bottom: solid 1px black; height: 150px; width: 800px; } #info { width: 480px; min-height: 400; border: solid 1px black; border-top: none; border-bottom: none; }
  3. Довольно долго гуглил, нашел аж 38 методов создания рамок с закругленными углами, но так и не понял, как же это сделать для таблицы. У меня есть большая таблица (структура моего сайта) и я хочу в ней сделать закругленные края. Подскажите, как это сделать.
×
×
  • 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