Posted - 01/18/2020 : 18:54:21
Has .cdform1fixw,.cdform2fixw{ width:200px; input.ectbutton{ cursor:pointer; } input.ectbutton:disabled{ background:#3a3a5a; color:#ddd; cursor:default; } } The above curly bracket is in the wrong place. Should be after .cdform1fixw,.cdform2fixw{width:200px;} Should be .cdform1fixw,.cdform2fixw{ width:200px;} input.ectbutton{ cursor:pointer; } input.ectbutton:disabled{ background:#3a3a5a; color:#ddd; cursor:default; }
The ASP version has the same error.
Marshall CENLYT Productions - ms designs Affordable Web Design Custom Ecommerce Designs Responsive Websites Cenlyt.com
Edited by - Marshall on 01/18/2020 19:13:17
|