Well not a wizard here, but maybe a help.
In style.css just activate the out commented line /*width: 150px;*/
div#menu {
font-family: Sans-serif, Arial, "Times New Roman", Georgia, Times,
serif;
float:left;
/*width: 150px;*/ <----
font-style: normal;
font-weight: normal;
text-align: left;
line-height: 100%;
color: #000000;
background: #CCDDFF;
text-decoration: none;
margin-top: 15px;
margin-bottom: 10px;
border: 1px solid #99CCFF;
}
Background:
If no width definition for the Box exist, so Firefox use the minimum needed
width, IE6 the maximum available width.
Problems:
If the box has a fixed width definition, it will not resize with the font
zooming feature.
On Wed, 4 Jun 2008 06:58:12 +0200 Florent Daigni?re wrote:
> The website looks awful in IE; is there any CSS wizard who has any clue
> on how to fix it ?
>
> http://img258.imageshack.us/img258/1830/72265808xc0.png
>