Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Hot To Specify the Padding Spaces of a Block Element
Hot To Specify the Padding Spaces of a Block Element? - CSS Tutorials - HTML Formatting Model: Block, Inline and Floating Elements
✍: FYIcenter.com
CSS offers 4 style properties to control padding spaces of a block element. You can specify them in different ways as shown in the following CSS examples:
When padding spaces are specified, the size of the content box will be reduced to give room to meet the specified padding spaces on 4 sides. The size of the content box can be calculated as:
Content width = "width" - "padding-left" - "padding-right" Content height = "height" - "padding-top" - "padding-bottom"
2007-05-11, 4665👍, 0💬
Popular Posts:
How To Concatenate Two Character Strings? - MySQL FAQs - Introduction to SQL Basics If you want conc...
What’s the difference between Unit testing, Assembly testing and Regression testing? Unit testing is...
How Is the Width a Parent Element Related to Child Elements? - CSS Tutorials - Understanding Multipl...
How To Change the Password of Another User Account? - MySQL FAQs - Managing User Accounts and Access...
How To Select All Columns of All Rows from a Table? - Oracle DBA FAQ - Understanding SQL SELECT Quer...