GeekArticles
Web Programming
CSSExploring XUL in Mozilla: The Bulletinboard Tag
Author: oreillynet.com |
Published: 10th Aug 2005 |
Visited: 803 times |
Add CommentFiled in: CSSBefore <bulletinboard>, if you wanted to create animation in Mozilla, you'd have to use HTML and absolute positioning since XUL didn't support that. The reason is that the box model on which XUL is based uses flexibility and relative positioning of elements. (This gives you things like "intrinsic sizing" where the window arranges itself based on the size needs of all the widgets it contains.) You can find many examples of animation using this CSS absolute positioning methodology in any...n
Read Article Sponsored Links
Related Articles
• Exploring IBM Business Glossary XML The IBM Information Server has an XML format to allow you to import/export business glossaries ... There is a lot to talk about in examining this format. There is the good, the bad and the ugly in this format ... So, it is clear that this format will evolve. A bigger question is - should it? And ...
• Exploring Secrets of .NET Diagnostics Instrumenting an application with tracing has become increasingly sophisticated as the .NET framework has matured. Find out how to use tracing in your applications, how to fine-tune tracing to your needs with custom listeners, and how to gain field-level and robust formatting control over the out ...