Wednesday 10th of March 2010 07:03:40 PM
center a FIXED BOX
This BOX has a fixed width.
It is centered and adjusts to the browser window.
The height adjusts to the content.
more nice and free css templates
body {
background-color: #e1ddd9;
font-size: 12px;
In CSS, you can set both the foreground and background colors of anyelement, from the BODY down to the underline anditalics tags, and almost everything in between -- list items,entire lists, headings, hyperlinks, table cells, form elements, andeven (in a limited fashion) images. In order to understand how thisworks, though, it's important to understand what's in theforeground of an element and what isn't.
What's the foreground of an element? Generally speaking,it's the text of an element, although that isn't the
color:#564b47;
padding:20px;
margin:0px;
text-align: center;
}
#inhalt {
text-align: left;
vertical-align: middle;
margin: 0px auto;
padding: 0px;
width: 550px;
background-color: #ffffff;
border: 1px dashed #564b47;
}
very likely be less attractive under CSS than it might be in print,especially when elements become so narrow that only a few words canfit on each line, as shown in WARNING
While almost everybrowser that supports CSS will handle most"upright"text, which is probably best described as "text that is notitalic or otherwise slanted." The vast majority of text in thisbook is upright, for instance.
Thatleaves only an explanation of the difference betweenitalic and oblique text. For
You can use the DOM parser to generate the XML for you if you created an object model that is an adapter on top of DOM. Since your object model uses the document object tree, all the information contained in it is actually stored in the tree. The XML parser can take this tree and convert it to XML for you, you can then save this generated XML to a file. So the DOM parser can generate the ApplicationML file for you.There are advantages and disadvantages to using some of the strategies to import and export XML. The complexity of your application data and available system resources are factors that would determine what strategy should be used.
Client and Server side - Application Servers