Hiding search bar hides all forms on page |
Hiding search bar hides all forms on page |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Dec 2006 Member No: 488,961 ![]() |
(Problem already solved)
Hi, if i hide the google searchbar using <style type="text/css">table tbody tr td form {display:none;}</style> all other formulars on the whole page won't show, for example custom made "add a comment"-Boxes like this one: <form method="post" action="http://whatever"><input name="friendID" value="xxxxx" type="hidden" ><textarea name="f_comments" cols="30" rows="9"style="color: 2222EE; font-size: 12px; border: 2px solid 000000;" ></textarea><br /><input type="submit" value="Send" /></form> So is there any possibility to display them? I already played around with various style="display:"-Settings but could not figure it out. BTW, i know of the "other" script to hide the search bar, but then in IE the Option Box (displaying "Web") will always pop out. thanks a lot Tobi EDIT: Well, solved it!!!!!! Use yet another code to hide search bar, everything will be perfect!! <style type="text/css"> body div table td form option{display:none!important;} body div table td form select{display:none!important;} body div table td form input{display:none!important;} </style> |
|
|
![]() |
![]()
Post
#2
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Dec 2006 Member No: 488,961 ![]() |
well, thanks, but while you answered, i found out by myself... see above greetings! tobi
|
|
|
![]() ![]() |