Re: [css-d] Website check please - problems on windows?

2005-05-27 Thread Chris Ovenden
On 5/27/05, Luca Balboni [EMAIL PROTECTED] wrote:
 Hi all,
 
 I am completing a website and I am not able to check it on Windows
 configurations.
 
 It seems to work fine on Mac, but on windows IE6 seems to lose the
 white background of the main container,.
 
 Also, thewho we are menu on the top seem to stretch all the width
 of the page when active.
 
 Can anyone please confirm this?
 
 The address is:
 http://www.worldadventurer.net
 
Nice site. Did the background-as-divider thing not work?

C
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Website check please - problems on windows?

2005-05-27 Thread Graham
You also need to put width:100% on your container div to make the white
background show in IE.


Regards

Graham Cook

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Luca Balboni
Sent: Friday, 27 May 2005 12:28 PM
To: css-d css-d
Subject: [css-d] Website check please - problems on windows?

Hi all,

I am completing a website and I am not able to check it on Windows  
configurations.

It seems to work fine on Mac, but on windows IE6 seems to lose the  
white background of the main container,.

Also, thewho we are menu on the top seem to stretch all the width  
of the page when active.

Can anyone please confirm this?

The address is:
http://www.worldadventurer.net

Thanks,
Luca
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Website check please - problems on windows?

2005-05-26 Thread Gunlaug Sørtun

Luca Balboni wrote:


http://www.worldadventurer.net


It seems to work fine on Mac, but on windows IE6 seems to lose the 
white background of the main container,.


#container {_height: 0;} -- note underscore!
...this is one way to add HasLayout to IE/win, and it's working on
your page. You have a small problem with visible square corners in top 
bottom image though. May need to color-trim or filter those, since
IE/win isn't good with transparency.

Also, thewho we are menu on the top seem to stretch all the width 
of the page when active.


#navigation ul li a {display: inline;}
...or delete existing display: block; on a:hover.

You also have the enormous font-steps bug on that page. Change
font-size on body from using 'em', to a suitable value in percentage to
fix that IE/win bug.

Looks like the h4 on top in #content and h5 on top in #news could do
with a defined margin-top. 20px looked right to me.

All tested in Firefox1.0, Opera8.0 and IE6.

regards
Georg
--
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/