开发者

Sign up form text shows white with a white background

I have a sign up form on a website that I am developing using dreamweaver. The input text and background text are both showing as white (or not showing!) even though the page text is set at #0000CC. See it here: www.betterlifecoaching.co.uk (it is still work in progress) How can I overcome this? The sign up script is:

<style type="text/css">
.link,
 #SignUp .signupframe {
  color: #0033CC;
  font-family: Arial, Helvetica, sans-serif;
  }
 .link {
  text-decoration: none;
  }
 #SignUp .signupframe {
  border: 1px solid #282FFF;
  background: #ABB4BA;
  }
</style>
<script type="text/javascript" src="http://app.icontact.com/icp/loadsig开发者_如何学Gonup.php/form.js?c=660346&l=7202&f=567"></script>
<a class="link" href="http://www.icontact.com"><font size="2">Email Marketing You Can Trust</font></a>

Many thanks.


You have INPUT defined in this part of the CSS

body, th, td, input, textarea, select (line 23)
{
color: #ffffff;
text-align: left;
}

Remove it, and all will be groovy!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜