
Greetings Skunkateers. Hope you're all well. Need a check from the Web Critics and Web Guru's on list for: http://www.megapixels.co.ke The site refuses to conform to a flexible layout. May be something to do with the JS. Best, Watchman. PS: There's nothing wrong with the first page. Just wait for it to load. -- ...and I shall shed my light over dark evil. For the dark things cannot stand the light.

Just a quick note. I had mentioned before and i hold fast to my mention. My site is not 100% Internet Explorer Friendly. Please be aware. Watchman. On Wed, Jan 12, 2011 at 3:57 PM, Watchman <skunkingrahim@gmail.com> wrote:
Greetings Skunkateers.
Hope you're all well.
Need a check from the Web Critics and Web Guru's on list for:
The site refuses to conform to a flexible layout. May be something to do with the JS.
Best,
Watchman.
PS: There's nothing wrong with the first page. Just wait for it to load.
-- ...and I shall shed my light over dark evil. For the dark things cannot stand the light.
-- ...and I shall shed my light over dark evil. For the dark things cannot stand the light.

Contacts page, one of the email addresses, (yours) has a missing letter

On Wed, Jan 12, 2011 at 3:57 PM, Watchman <skunkingrahim@gmail.com> wrote:
Greetings Skunkateers.
Hope you're all well.
Need a check from the Web Critics and Web Guru's on list for:
Wish I didn't have to scroll down to see the entire page.... or maybe that's what you mean by flexible layout? I'm not a design type. Firefox 3.6.13. BR, S -- This message represents the official view of the voices in my head.

lol. That is what i was referring to. The page doesn't want to stick, i've tried a few layouts but not working. On Wed, Jan 12, 2011 at 4:20 PM, Steve Muchai <smuchai@gmail.com> wrote:
On Wed, Jan 12, 2011 at 3:57 PM, Watchman <skunkingrahim@gmail.com> wrote:
Greetings Skunkateers.
Hope you're all well.
Need a check from the Web Critics and Web Guru's on list for:
Wish I didn't have to scroll down to see the entire page.... or maybe that's what you mean by flexible layout? I'm not a design type. Firefox 3.6.13.
BR, S
-- This message represents the official view of the voices in my head. _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- ...and I shall shed my light over dark evil. For the dark things cannot stand the light.

Chrome displays it full on one page...guess its well laid out to run on it. Have a great day! Warm regards, Amarjit Singh Labhuram. www.macrotech-portal.com On Wed, Jan 12, 2011 at 4:21 PM, Watchman <skunkingrahim@gmail.com> wrote:
lol. That is what i was referring to.
The page doesn't want to stick, i've tried a few layouts but not working.
On Wed, Jan 12, 2011 at 4:20 PM, Steve Muchai <smuchai@gmail.com> wrote:
On Wed, Jan 12, 2011 at 3:57 PM, Watchman <skunkingrahim@gmail.com> wrote:
Greetings Skunkateers.
Hope you're all well.
Need a check from the Web Critics and Web Guru's on list for:
Wish I didn't have to scroll down to see the entire page.... or maybe that's what you mean by flexible layout? I'm not a design type. Firefox 3.6.13.
BR, S
-- This message represents the official view of the voices in my head. _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- ...and I shall shed my light over dark evil. For the dark things cannot stand the light.
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

What happens when u use % for heights, instead of pixels, will that make the adaptive to the Device?

% dont quite work for heights as they do for width. a % height will work iff the parent element's height had been specified in pixels or em's . On 12 January 2011 08:57, Dennis Kioko <dmbuvi@gmail.com> wrote:
What happens when u use % for heights, instead of pixels, will that make the adaptive to the Device? _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

@Ndungi, Dennis Will try it out again, didn't quite work out the first time. Watchman. On Wed, Jan 12, 2011 at 5:08 PM, Ndungi Kyalo <ndungi@gmail.com> wrote:
% dont quite work for heights as they do for width. a % height will work iff the parent element's height had been specified in pixels or em's .
On 12 January 2011 08:57, Dennis Kioko <dmbuvi@gmail.com> wrote:
What happens when u use % for heights, instead of pixels, will that make the adaptive to the Device? _______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- ...and I shall shed my light over dark evil. For the dark things cannot stand the light.

Instead of using px for widths use % that way the site will always be a % of the screen size. <div id=container> <div id=header>...</> <div id = mainbody>...</> <div id = footer>...</> </div> css #container { margin: 0 auto; max-width: 100%; width: 60em; } #header { border-bottom: 0.5em solid; clear: both; float: left; line-height: 1; width: 100%; } #main { width: 66.67%; } #footer { width:100% } hope that helps -- * If the human brain were so simple that we could understand it, we would be so simple that we couldn't. - Emerson M. Pugh *

Nice site that is! Beautiful graphics A Note About coding for browsers Build for Gecko, Presto and Webkit then get into development hell when patching up for Trident. Now basicaly if you want better cross browser compatibility, use a CSS RESET SCRIPT. Look for one using google. Next, for non scrolling pages, divide your page into 3 sections using a table with 100% height. The middle <tr> should also have *height:100%*; height and an * overflow-y:scroll;* You should also have a body of *height:100%*; and voila!!! The disadvantage of this is that if the page is rendered on a small screen, like those DVD-ROM-less laptops, no one will be able to view the contents of your webpage properly. You might be better off with full scrolling for cross device compatibility. * *
participants (7)
-
Amarjit Labhuram
-
Dennis Kioko
-
James Nzomo
-
kris njoroge
-
Ndungi Kyalo
-
Steve Muchai
-
Watchman