Post by ollie007 » Sat Jun 18, 2011 8:31 pm

trying to replicate the search input box in the footer, but the css and images dont seem to carry over?

New member

Posts

Joined
Fri Jun 10, 2011 1:56 am

Post by SXGuy » Sun Jun 19, 2011 12:38 am

if you can show what you did to the footer.tpl file and what css you added, we may be able to help?

Active Member

Posts

Joined
Sun Nov 08, 2009 2:07 am

Post by ollie007 » Sun Jun 19, 2011 7:40 am

SXGuy wrote:if you can show what you did to the footer.tpl file and what css you added, we may be able to help?

hello i added the search html from the header to footer...nothing else


ps. i change colors in the css and it does change in the footer.....but the css for the search bar doesnt seem to apply in the footer

New member

Posts

Joined
Fri Jun 10, 2011 1:56 am

Post by ollie007 » Sun Jun 19, 2011 11:57 am

SXGuy wrote:if you can show what you did to the footer.tpl file and what css you added, we may be able to help?

ok so i added the css and my button has disappeared

Code: Select all

#footer #search-bottom {
	position: inherit;
	float:right;
	bottom: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
#footer .button-search {
	position: inherit;
	margin-bottom: -25px;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
	z-index: 35;
}
#footer #search-bottom input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;	
}
help please

New member

Posts

Joined
Fri Jun 10, 2011 1:56 am
Who is online

Users browsing this forum: Bing [Bot] and 10 guests