Peter Bradley wrote:

> <http://www.apvx95.dsl.pipex.com/SpanishIntensives/bookingPHP.html>

> Is there a technique for getting a form like this to look right in 
> IE?

For a somewhat logical and identical line-up across browser-land for a
flexible layout like yours, I think you simply have to give the browsers
more freedom to arrange elements to the conditions...

<http://www.gunlaug.no/tos/alien/pb/test_08_1130.html>

...as that avoids both squishing and/or expansion in a table, and the
risk for overlapping that absolute positioning causes.

Relevant CSS - all of it - for your existing source-code:

fieldset dl {
padding-bottom:1em;
border:1px solid #666;
background:#DDD;
}

fieldset dt {
float: left;
padding:0.5em;
clear: both;
}

fieldset dd {
margin: 0;
padding:0.5em;
clear: right;
text-align: right;
}

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/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to