diff -ur original/index.html patched/index.html --- original/index.html 2004-10-24 11:40:00.000000000 +0200 +++ patched/index.html 2005-08-10 20:00:30.252670400 +0200 @@ -15,6 +15,9 @@ +
+
+ @@ -141,6 +144,9 @@
+ +
+ @@ -153,5 +159,6 @@ URI » http://domain.is.invalid/prosimii/index.html • Updated » 2004-Oct-24 10:31 +1000 + diff -ur original/index2.html patched/index2.html --- original/index2.html 2004-10-24 11:39:00.000000000 +0200 +++ patched/index2.html 2005-08-12 10:58:25.133633600 +0200 @@ -25,6 +25,9 @@ +
+
+ @@ -90,7 +93,7 @@ Opera (7.01), Gecko (Mozilla Firefox 0.10.1) and Internet Explorer (6.0) for consistent rendering.

- +

This means that people using standards-compliant browsers will see the same format and layout of your page.

@@ -124,6 +127,7 @@ relative. This means that a user can increase the default font size of your page (using their browser) without compromising it’s layout.

+
@@ -136,5 +140,6 @@ URI » http://domain.is.invalid/prosimii/index2.html • Updated » 2004-Oct-24 10:32 +1000 + diff -ur original/prosimii-screen-alt.css patched/prosimii-screen-alt.css --- original/prosimii-screen-alt.css 2004-04-29 00:05:42.000000000 +0200 +++ patched/prosimii-screen-alt.css 2005-08-12 11:08:53.216772800 +0200 @@ -1,5 +1,5 @@ /************************************************* - * TITLE: Prosimii Alternative Screen Stylesheet * + * TITLE: Prosimii Alternative Screen Stylesheet * * URI : prosimii/prosimii-screen-alt.css * * MODIF: 2004-Apr-28 21:56 +0800 * *************************************************/ @@ -7,6 +7,10 @@ /* ##### Common Styles ##### */ +html, body { + height: 100%; +} + body { font-family: verdana, helvetica, arial, sans-serif; font-size: 73%; /* Enables font size scaling in MSIE */ @@ -18,6 +22,20 @@ font-size: 9pt; } +#container { + position: relative; + min-height: 100%; + height: 100%; + /* MSIE 5 box model hack according to http://www.alistapart.com/articles/footers */ + voice-family: "\"}\""; + voice-family: inherit; + height: auto; +} + +html>body #container { + height: auto; +} + acronym, .titleTip { border-bottom: 1px dotted rgb(61,92,122); cursor: help; @@ -189,6 +207,10 @@ } +#header { + border: 1px solid black +} + /* ##### Side Menu ##### */ #side-bar { @@ -329,6 +351,14 @@ margin: 2em 0 0 0; padding: 1ex 10px; clear: left; + + width: 98%; + position: absolute; + bottom: 0; +} + +#content { + padding-bottom: 6ex; } #footer a { @@ -339,4 +369,4 @@ #footer a:hover { text-decoration: none; -} \ No newline at end of file +} diff -ur original/prosimii-screen.css patched/prosimii-screen.css --- original/prosimii-screen.css 2004-04-29 00:04:46.000000000 +0200 +++ patched/prosimii-screen.css 2005-08-10 20:04:19.271984000 +0200 @@ -1,5 +1,5 @@ /*************************************** - * TITLE: Prosimii Screen Stylesheet * + * TITLE: Prosimii Screen Stylesheet * * URI : prosimii/prosimii-screen.css * * MODIF: 2004-Apr-28 21:43 +0800 * ***************************************/ @@ -7,6 +7,10 @@ /* ##### Common Styles ##### */ +html, body { + height: 100%; +} + body { font-family: verdana, helvetica, arial, sans-serif; font-size: 73%; /* Enables font size scaling in MSIE */ @@ -18,6 +22,20 @@ font-size: 9pt; } +#container { + position: relative; + min-height: 100%; + height: 100%; + /* MSIE 5 box model hack according to http://www.alistapart.com/articles/footers */ + voice-family: "\"}\""; + voice-family: inherit; + height: auto; +} + +html>body #container { + height: auto; +} + acronym, .titleTip { border-bottom: 1px dotted rgb(61,92,122); cursor: help; @@ -312,7 +330,7 @@ .filler { /* use with an empty

element to add padding to the end of a text box */ border: 1px solid white; } - + .noBorderOnLeft { border-left: none; } @@ -346,6 +364,14 @@ margin: 2em 0 0 0; padding: 1ex 10px; clear: left; + + width: 98%; + position: absolute; + bottom: 0; +} + +#content { + padding-bottom: 6ex; } #footer a {