Previous Message
Next Message

A bunch of questions from a time strapped newbie

Sent by Gunlaug_Sørtun on 28 February 2006 23:11


Claude Bernier wrote:
> Everything looks right in Firefox both on mac and pc but here are the
>  problems I get in Explorer: - The top horizontal menu is weirdly 
> cascading;

Correct...
#nav li {
	float: inherit;
	}
....to...
#nav li {
	float: right;
	}

> - The left vertical menu in hiding under the main text area;

Delete...
#left {height: 100%;}
....as that value makes IE/win forces #left back into the
#inner-container because IE interprets it wrongly. Such a height-value
is interpreted as 'auto' or 'no height set' in the good browsers, so it
isn't doing any good anyway.

> - There's a gap between the top menu and the body of the site, due to
>  a margin I added so it would not position itself over the top menu.

Adding...
* html #outer{margin-top: 0;}
....below the original #outer seems to be the easiest fix for your
layout. Not sure if it's the best one though.

> http://www.blendinblindinn.com/Edithluc/TEMP_Company_Whoweare.html

regards
	Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: