Matthew McDermott

Matthew is a principal consultant for Catapult Systems. A Microsoft MVP (SharePoint Server), Matthew blogs about SharePoint and Microsoft technologies related to collaboration, web content management and productivity.
RSS Feed

Is it a go button or a magnifying glass

This post is for the folks who want to deploy MOSS without changing the default master page for Blue Band. Please change just one thing...the search button hover state:

Normally it looks like this:

image

...and when you hover...

image

Somebody forgot to set the GoImageActiveUrl on the SearchBoxEx control...set it like this:

GoImageActiveUrl="<% $SPUrl:~sitecollection/Style Library/Images/Search_Arrow.jpg %>"

and while you are in there set the one for RTL languages too:

GoImageActiveUrlRTL="<% $SPUrl:~sitecollection/Style Library/Images/Search_Arrow.jpg %>"

Now your hover state is the same as your default state.

Posted by Matthew McDermott on Friday, 27 Jun 2008 07:44
0 Comments | Filed under: Web Publishing
Bookmark this post with:        

Comments

Comments are disabled