Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-29-2012, 09:59 PM   PM User | #1
redwagontoy
New to the CF scene

 
Join Date: Jul 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
redwagontoy is an unknown quantity at this point
Help adding items to my header

This is my website:

http://www.rodytoy.com/

I would like to add some additional items to my global header and not sure how add my item in. I would like to add a couple of images to the right of my logo, one which would be my phone# http://www.rodytoy.com/images/phone.jpg

Below is both the csss and code for this header. I just don't know enough css to figure out how to position any additional images I want to place on my header.


Scott


This is my CSS:

Code:
 
#global-header{
	background:url() no-repeat top;
	}

#logo{
	padding-top:20px;
	height:59px;
	width:213px;
}

#logo a{
	background: url(/images/RW-logo4.jpg) no-repeat scroll left top transparent;
	cursor:pointer;
	display:block;
	height:51px;
	width: 300px;
}

#logorody{
	padding-top:20px;
	height: 59px;
	width: 250px;
}

#logorody a{
	background:url(/images/rodytoy.jpg) no-repeat scroll left top transparent;
	cursor:pointer;
	display:block;
	height: 60px;
	width: 250px;
}


#logoh{
	padding-top:20px;
	height: 59px;
	width: 250px;
}

#logoh a{
	background:url(/images/hblogo.jpg) no-repeat scroll left top transparent;
	cursor:pointer;
	display:block;
	height:55px;
	width: 250px;
}

#logoradioflyertoy{
	padding-top:20px;
	height: 59px;
	width: 250px;
}

#logoradioflyertoy a{
	background:url(/images/radioflyertoy-logo-current.jpg) no-repeat scroll left top transparent;
	cursor:pointer;
	display:block;
	height:55px;
	width: 250px;
}


#phone{
	line-height:22px;
	color:#000000;
	left: 300px;
	top: 45px;
	position: relative;
	font:16px/1.46 Tahoma, Geneva, sans-serif;
	
}

#phone a{
color:#646464;
	
}

/*** Added in new phone image ***/



/*** Added in new phone image ***/
#search{
	float:right;
	padding:40px 0 4px 0;
}

#header-links{
	float:right;
	padding:40px 12px 0 0;
	line-height:22px;
	color:#ededed;
	text-align:right;
}
	#header-links a{
		color:#646464;
	}
This is my header code:


Code:
 
<div id="global-header">
<div id="search">
<form method="post" action="http://www.redwagontoy.com/miva/merchant.mvc?Screen=SRCH">
<input type="hidden" name="Store_Code" value="RWTC" />
<input type="text" name="Search" id="searchfield" value="" class="textfield" />
<input type="submit" value="Search" class="button" />
</form>
</div>


<div id="header-links">
<a href="http://www.redwagontoy.com/miva/merchant.mvc?Store_Code=RWTC&amp;Screen=LOGN">Sign In</a>
<span class="grey">|</span>
<a href="http://www.redwagontoy.com/miva/merchant.mvc?Store_Code=RWTC&amp;Screen=ORHL">Order History</a></div>
<div id="logorody"><a href="http://www.rodytoy.com/"></a></div>


 </div>

 
<div id="navigation-bar">

 <ul>
<li class="navigation-item-off first-child" id="nav-checkout">
<div class="item-left-side">
redwagontoy is offline   Reply With Quote
Reply

Bookmarks

Tags
css, header

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:42 AM.


Advertisement
Log in to turn off these ads.