[FIX] Welcome your account holders and ....

For Articles relating to more than one ISC version
Post Reply
Snooper
Posts: 264
Joined: Sat Jun 26, 2010 9:22 pm

[FIX] Welcome your account holders and ....

Post by Snooper »

If you want make a mod that welcomes your customers on the top bar when they sign into their accounts, then go here http://www.interspire.com/forum/showthread.php?t=11536 its a good mod..

However, if like myself, you want the site search to be top right of your page, then take note of size of line and space involved. Your top menu options, a customers name and any item they buy adds to the length of line (obviously). But this will mean it could travel under the search button some distance – very messy !

Image

Simply re-work the button Search.gif and /or make size changes to the style.css where needed.

Code: Select all

#SearchForm input.Textbox {
	width: 128px;                        <== The size of the input box
	border: 1px solid #b4b4b4;
	background: #fff;
	font-size: 0.9em;
	padding: 3px;
}

#SearchForm .Button {
	width: 72px;                         <== The size of the graphic used as the button
	height: 23px;                        <==
	padding: 0;
	margin-top: -3px;
	vertical-align: middle;
}
Last edited by Snooper on Wed Sep 29, 2010 12:30 pm, edited 7 times in total.
ISC 5.5.4 Ultimate : Being used here -- http://www.kdklondon.com
Tony Barnes
Posts: 744
Joined: Thu Jun 18, 2009 8:59 am

Re: Welcome your account holders and ....

Post by Tony Barnes »

Yeah, I used to use that on our site, might add it back in on the next install, not sure..!
Snooper
Posts: 264
Joined: Sat Jun 26, 2010 9:22 pm

Re: Welcome your account holders and ....

Post by Snooper »

I like the appearance of the ‘personal’ touch with this mod.
ISC 5.5.4 Ultimate : Being used here -- http://www.kdklondon.com
Post Reply