Post by reptiman113 » Wed May 07, 2008 12:53 pm

hi i am getting this code thing down just cant figure out how to move the keyword search bar down below the logo.

right now its behind my logo

www.thereptilounge.com/store

Newbie

Posts

Joined
Wed May 07, 2008 12:50 pm

Post by Luvz2drv » Wed May 07, 2008 2:14 pm

#header {
height: 140px;
clear: both;
}

in your default.css  you may still need to adjust that


the orginal hieght was only 70px;

Global Moderator

Posts

Joined
Fri Mar 21, 2008 10:58 am

Post by webmastercorey » Thu May 08, 2008 2:47 am

http://www.thereptilounge.com/store/cat ... efault.css

Code: Select all

#header {
	height: 70px; // needs to change
	clear: both; 
}

#header .a {
	background: url('../image/logo.gif') no-repeat;
	behavior: url('catalog/javascript/png/iepngfix.htc');
	width: 806px;
	height: 130px; // Because this is larger
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

#header .b {
	position: relative;
	top: 104px;
	float: right;
}

#header .b a {
	background: url('../image/tab.png');
	behavior: url('catalog/javascript/png/iepngfix.htc');  
	width: 100px;
	height: 19px;
	padding-top: 7px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	display: block;
	margin-left: 1px;
	cursor: pointer;
}

#header .b a img {
	width: 14px;
	height: 8px;
}

New member

Posts

Joined
Sat Apr 26, 2008 5:40 pm
Who is online

Users browsing this forum: No registered users and 2 guests