Jump to content
  • 0

Закругленные рамки для таблицы


Winner
 Share

Question

Довольно долго гуглил, нашел аж 38 методов создания рамок с закругленными углами, но так и не понял, как же это сделать для таблицы. У меня есть большая таблица (структура моего сайта) и я хочу в ней сделать закругленные края. Подскажите, как это сделать.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
Довольно долго гуглил, нашел аж 38 методов создания рамок с закругленными углами, но так и не понял, как же это сделать для таблицы. У меня есть большая таблица (структура моего сайта) и я хочу в ней сделать закругленные края. Подскажите, как это сделать.

Например, в самой таблице красиво разместитть бекграунды скругленных углов.

Или сделать одним из 38 способов, а внутрь уже таблицу.

Link to comment
Share on other sites

  • 0

Красиво - это как? Можно показать на примере?

Вот моя таблица:

<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;

}

Edited by Winner
Link to comment
Share on other sites

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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