csslist said:
> thanks guys :)
> I actually cheated and just took it out and put it elsewhere...
>
> I couldnt take the Block display off because then it screws up form.
> good catch though Joshua :)

Another fix for CSS2.1 compliant browsers (i.e. not IE):

input[type=hidden] {
display:none;
}

or
input[type=hidden]
{
position:absolute;
left: -9999px;
}

kind regards
Terrence Wood

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to