From: Peter <[EMAIL PROTECTED]>

>http://www.kuroiweb.com/forms/
>
>This performs exactly as expected in FF, but in IE6 and IE7 the top 
>border (the only one set) on all fieldsets except the last one is not 
>visible 

Hi Peter,

In your ie_styles.css, remove the width from the legend ruleset and IE should 
play along.

legend {
  position: relative;
  left: -7px;
  top: -0.75em;
  /* width: 100%; */ /* remove this */
}

Side benefit (tee hee) - the horizontal scroll bar goes away, too. 

~holly
 
 
                   
______________________________________________________________________
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