Jump to content
  • 0

Можно ли закруглить таблицу с CSS без изображений?


Eternal
 Share

Question

10 answers to this question

Recommended Posts

  • 0

можно.

в стили:

.b1 {

HEIGHT: 1px;

MARGIN: 0px 5px;

FONT-SIZE: 1px;

BORDER-BOTTOM: 1px #fff solid;

CLEAR: both;

OVERFLOW: hidden

}

.b1b {

HEIGHT: 1px;

MARGIN: 0px 5px;

FONT-SIZE: 1px;

BORDER-TOP: 1px #fff solid;

OVERFLOW: hidden;

}

.b2 {

HEIGHT: 1px;

MARGIN: 0px 3px;

FONT-SIZE: 1px;

BORDER-LEFT: 2px #fff solid;

BORDER-RIGHT: 2px #fff solid;

OVERFLOW: hidden;

BACKGROUND: #fff

}

.b3 {

HEIGHT: 1px;

MARGIN: 0px 2px;

FONT-SIZE: 1px;

BORDER-LEFT: 1px #fff solid;

BORDER-RIGHT: 1px #fff solid;

OVERFLOW: hidden;

BACKGROUND: #fff

}

.b4 {

HEIGHT: 2px;

MARGIN: 0px 1px;

FONT-SIZE: 1px;

BORDER-LEFT: 1px #fff solid;

BORDER-RIGHT: 1px #fff solid;

OVERFLOW: hidden;

BACKGROUND: #fff

}

.b5 {

HEIGHT: 1px;

MARGIN: 0px;

FONT-SIZE: 1px;

BORDER-LEFT: 1px #fff solid;

BORDER-RIGHT: 1px #fff solid;

OVERFLOW: hidden;

BACKGROUND: #fff

}

.b_cont {

BORDER-LEFT: 1px #fff solid;

BORDER-RIGHT: 1px #fff solid;

PADDING: 0px 5px;

BACKGROUND: #fff

}

в коде:

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