G'day

I have a hidden field in a css styled form and when you view the page it's
shown as a line in firefox, any ideas?

In your css:

input,textarea {
        color: #ffffff;
        background-color: #58829A;
        border: 1px solid #27455f;
        display: block;
etc

I'd say this is why you see the line - your hidden input will be given display:block, with that border.

Removing display:block should fix it.


Regards
--
Bert Doorn, Better Web Design
http://www.betterwebdesign.com.au/
Fast-loading, user-friendly websites

******************************************************
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