iNotes Lite Framework - Basic Layout
今日のトピックは iNotes Liteでのレイアウトテクニックです。
CSSの具体例に目を奪われがちですが、Table を入れ子にした場合にブラウザパフォーマンスが落ちる事を避けるために積極的に今回のようなDIV 要素を利用した配置を採用する事によって、iNotes Liteではブラウザのレンダリングスピードを向上させています。
バックナンバー
1. iNotes Lite Framework - Frameset
2. iNotes Lite Framework - iNotes Lite Widgets
3. iNotes Lite Framework - Lazy loading code
4. iNotes Lite Framework - Basic Layout
5. iNotes Lite Framework - Common Property
(このエントリは以下の記事を参考に書かれています)
iNotes Lite framework (Notes/Domino Wiki)
iNotes Lite のコードでは、
CSSの具体例に目を奪われがちですが、Table を入れ子にした場合にブラウザパフォーマンスが落ちる事を避けるために積極的に今回のようなDIV 要素を利用した配置を採用する事によって、iNotes Liteではブラウザのレンダリングスピードを向上させています。
バックナンバー
1. iNotes Lite Framework - Frameset
2. iNotes Lite Framework - iNotes Lite Widgets
3. iNotes Lite Framework - Lazy loading code
4. iNotes Lite Framework - Basic Layout
5. iNotes Lite Framework - Common Property
(このエントリは以下の記事を参考に書かれています)
iNotes Lite framework (Notes/Domino Wiki)
iNotes Lite のコードでは、
コメント