Quote:
Originally Posted by harakternik
you can solve it with pure CSS
#submit{ width: 0px; height: 0px; border: none; padding: 0; margin: 0; }
|
You know, this thread is really, really old. Why did it up?
Besides, if you want to hide something you're probably better of setting "display: none;" (which will actually remove the elements from view) rather than making it very small.
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|