Prev | Current Page 549 | Next

Craig Grannell

"The Essential Guide to CSS and HTML Web Design"


See also Chapter 2, ???background-color.???
transparent |
color
Determines whether a background image
is fixed or scrolls with the page.
See also Chapter 2, ???backgroundattachment.???
Shorthand for defining background
property values in a single declaration.
Values can be any of those from
background-attachment, backgroundcolor,
background-image, backgroundposition,
and background-repeat, in any
order. Example:
background: #ffffff
?? url(background.gif) fixed left
?? repeat-y;
See also Chapter 2, ???Web page
backgrounds in CSS??? and ???CSS shorthand
for web backgrounds.???
Property Values Description Inherited
background-repeat No
border No
border-bottom No
border-bottom-color color | transparent Sets the bottom border color. No
border-bottom-style (See border-style.) Sets the bottom border style. No
border-bottom-width (See border-width.) Sets the bottom border width. No
border-collapse collapse | separate Yes
border-color color | transparent No
border-left No
border-left-color color | transparent Sets the left border color. No
border-left-style (See border-style.) Sets the left border style. No
border-left-width (See border-width.) Sets the left border width. No
Shorthand for defining left border
property values (see border).
Defines the element??™s border color.
Defaults to the element??™s color.
Defines a table??™s border model. In the
separate border model, which is the
default, each table cell has its own distinct
borders, but in the collapsed border
model, adjacent table cells share borders.


Pages:
537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561