Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How To Specify Is the Color of the Margin Area
How To Specify Is the Color of the Margin Area? - CSS Tutorials - HTML Formatting Model: Block, Inline and Floating Elements
✍: FYIcenter.com
CSS doesn't allow you to specify the color of the margin area of a block element. The color of the margin area is transparent. It means that the background color or background image of the parent element will show up in the margin area.
2007-05-11, 5550👍, 0💬
Popular Posts:
How can you write a loop indefinitely? Two examples are listed in the following code: for(;;) { ... ...
Does .NET support UNICODE and how do you know it supports? Yes .NET definitely supports UNICODE. Try...
What are the two fundamental objects in ADO.NET ? Datareader and Dataset are the two fundamental obj...
How can I use tables to structure forms Small forms are sometimes placed within a TD element within ...
Should synchronization primitives be used on overrided bean methods? No. The EJB specification speci...