21310 Posts in 5739 Topics by 2604 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 613 Views |
-
legend tags causing a bug in IE

8 April 2010 at 11:09pm
Hi
why are there legend in Form.ss template yet they are not being used.
here is an extract of Form.ss
<legend>$Legend</legend>
because Page.ss is n xhtml it changes this to <legend /> and this will create a a blank legend with a height of about 20px in IE.
It pushes the the action button down a bit.
It will be nice to change this to<% if Legend %><legend>$Legend</legend><% end_if %>
to block them if they are not available.
in SearchForm.ss its even worse, its just
<legend></legend>
are these "Legends" really necessary
ta
PAt
-
Re: legend tags causing a bug in IE

11 April 2010 at 1:25pm
AFAIK legend tags are needed for some levels of section 508 / WCAG validation. If your form has no legend then you could just set legend { display: none; } in your css.
| 613 Views | ||
|
Page:
1
|
Go to Top |


