> Here is the current website link, where I've tried to implement the idea you
> outlined above.  I understand what the prop and clear divs are doing, but on
> my machine, with IE 6, it's still not working.
> I know the prop/clear solution will work, but I've still
> got something wrong and can't seem to figure out what!  Can you help?
> 
> http://nyslittreedata.advantex.net/index.cfm/fuseaction/Accounts.LoginForm.c
> fm

Hello Marc,

your CSS is still somewhat messed up. It seems that you tend to set in 
declarations at random (e. g. float) to solve problems. This is because 
of the lack of experience which I sometimes do, too, but that often 
causes more problems than to solve them. Try to reduce your CSS to the 
minimum of declarations.

It seems that main problems are:
fieldset {
        /*clear : both;*/
}
#mainContent H1 {
        /*width:560px;*/
}
.prop {
        height: 900px;
        /*display:inline;*/
}
#contentText {
        /*height:100%;
        width:560px;
        min-height:900px;                       
        border:thin none;*/
}


Further changes:

I deleted the wrapping div of the form-tag. You don't need it! Think of 
the fieldset-tag as a wrapper. Same here: Reduce your HTML to the minimum!

#accountLink {
        /*float: right;*/
}

Phew!

Niklas
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to