This content has been marked as final.
Show 2 replies
-
1. Re: How can I make code active but not visable?
Nancy O. Jul 2, 2010 10:30 AM (in response to BearHNC)CSS:
formID input {visibility: hidden}
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media Specialists
http://alt-web.com/
http://twitter.com/altweb
http://alt-web-design.blogspot.com/ -
2. Re: How can I make code active but not visable?
MurraySummers Jul 2, 2010 11:13 AM (in response to BearHNC)If it's a drop menu with only one option, why not just make it a hidden field?
<input type="hidden"....
Murray



