I am working on SharePoint Branding project, where i need to change the whole sharepoint look and feel according to Clients design guidelines/Visual Designs.

happy part, most of the branding is done but still i am facing problem with SEARCH BUTTON of sharepoint. Ia m not able to replace this default button with my designed button.

any direction ll be great help

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

What we did was replace the delegate control of the search button with our own, using a feature. In that feature we specified our custom image for the button.

link|improve this answer
thanks Vladi, even i am thinking this is the only solution for it :(. I have tried different blogs and articles but not getting any specific answer for this.. here are two links .. padavis.wordpress.com/2009/04/01/… aarebrot.net/blog/2008/06/… but when i m trying this my Sharepoint is giving error. – Rajesh R. Nair Nov 15 '10 at 6:43
Create a feature similar to this OSearchEnhancedFeature, just change the images in SearchArea.xml and make sure to set sequence to number lower than 25 – Vladi Gubler Nov 16 '10 at 12:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.