Log In · Register

 
Hiding search bar hides all forms on page
hontes
post Dec 25 2006, 11:17 AM
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>
 
 
Start new topic
Replies
hontes
post Dec 25 2006, 11:26 AM
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
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: