[WSG] MSIE 5.2 Mac problem

2004-11-06 Thread Marco van Hylckama Vlieg
Hello folks,
I have created a new personal site about 1.5 weeks ago. My pages are 
valid XHTML and they display fine in MSIE 5.5-6 on PC, Safari, Opera, 
Firefox but MSIE 5.2 on MacOS X cuts off the page at the bottom. I have 
no idea why this is. Is there anyone who can have a look and give me 
some insights?

The site I'm talking about is in my signature.
Best regards,
Marco
--
Marco van Hylckama Vlieg
Senior Internet Developer
email: [EMAIL PROTECTED]
www: http://www.i-marco.nl/
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] MSIE 5.2 Mac problem

2004-11-06 Thread Nick Gleitzman
On 6 Nov 2004, at 11:15 PM, Marco van Hylckama Vlieg wrote:
Hello folks,
I have created a new personal site about 1.5 weeks ago. My pages are 
valid XHTML and they display fine in MSIE 5.5-6 on PC, Safari, Opera, 
Firefox but MSIE 5.2 on MacOS X cuts off the page at the bottom. I 
have no idea why this is. Is there anyone who can have a look and give 
me some insights?

The site I'm talking about is in my signature.
Best regards,
Marco
--
Marco van Hylckama Vlieg
Senior Internet Developer
email: [EMAIL PROTECTED]
www: http://www.i-marco.nl/

IE5/Mac doesn't like the {height:100%;} you have assigned to div#main. 
It appears to be interpreting that rule as '100% of the height of the 
viewport when the page first loads'. Remove it and all is well - but 
haven't checked how its absence affects all the othet browsers...

HTH
N
___
Omnivision. Websight.
http://www.omnivision.com.au/
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] MSIE 5.2 Mac problem

2004-11-06 Thread Marco van Hylckama Vlieg
Thanks Nick that did the job!
Cheers,
Marco
--
Marco van Hylckama Vlieg
Senior Internet Developer
email: [EMAIL PROTECTED]
www: http://www.i-marco.nl/
On Nov 6, 2004, at 2:32 PM, Nick Gleitzman wrote:
On 6 Nov 2004, at 11:15 PM, Marco van Hylckama Vlieg wrote:
Hello folks,
I have created a new personal site about 1.5 weeks ago. My pages are 
valid XHTML and they display fine in MSIE 5.5-6 on PC, Safari, Opera, 
Firefox but MSIE 5.2 on MacOS X cuts off the page at the bottom. I 
have no idea why this is. Is there anyone who can have a look and 
give me some insights?

The site I'm talking about is in my signature.
Best regards,
Marco
--
Marco van Hylckama Vlieg
Senior Internet Developer
email: [EMAIL PROTECTED]
www: http://www.i-marco.nl/

IE5/Mac doesn't like the {height:100%;} you have assigned to div#main. 
It appears to be interpreting that rule as '100% of the height of the 
viewport when the page first loads'. Remove it and all is well - but 
haven't checked how its absence affects all the othet browsers...

HTH
N
___
Omnivision. Websight.
http://www.omnivision.com.au/
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**