Jump to content
Larry Ullman's Book Forums

Menu Bar Like The One At The Top Of This Page!


Recommended Posts

Good morning, I hope that everyone is doing well.

 

I really like the menu bar at the top of this page, the one that has the face book, twiter, and newsletter icons.

 

Can anyone give pointers how to do it?

 

Thank you very much.

 

Jorge Muralles

 

P.S By the way, I got here by reading the book Effortless Ecommerce by Larry Ullman.

Link to comment
Share on other sites

 

It's pretty straight forward to achieve. They're simply links with images instead of text.

 



<a href="url_to_somewhere"><img src="icon.png"></a>


 

There are lots of free social media icons available online, so unless you make your own it's just a matter of finding a free style that you like or fits with your overall design.

Link to comment
Share on other sites

<div id="social-networking" class="clearfix">
				<ul class="nav social-icons clearfix">
					<li>
						<a href="http://www.larryullman.com/newsletter/" class="fademe" target="_blank">
							<img src="http://cloudfront.larryullman.com/wp-content/uploads/2012/09/newsletter-button2.png" alt="">
						</a>
					</li>
					<li>
						<a href="http://feeds.feedburner.com/larryullman/bMsj" class="fademe" target="_blank">
							<img src="http://cloudfront.larryullman.com/wp-content/uploads/2012/08/rss1.png" alt="">
						</a>
					</li>
					<li>
						<a href="https://twitter.com/LarryUllman" class="fademe" target="_blank">
							<img src="http://cloudfront.larryullman.com/wp-content/uploads/2012/08/twitter1.png" alt="">
						</a>
					</li>
					<li>
						<a href="http://www.linkedin.com/pub/larry-ullman/0/354/a32" class="fademe" target="_blank">
							<img src="http://cloudfront.larryullman.com/wp-content/uploads/2012/08/linkedin1.png" alt="">
						</a>
					</li>
					<li>
						<a href="http://www.facebook.com/larry.ullman.5" class="fademe" target="_blank">
							<img src="http://cloudfront.larryullman.com/wp-content/uploads/2012/08/facebook2.png" alt="">
						</a>
					</li>
					<li>
						<a href="https://plus.google.com/u/0/111123454294977208749/" class="fademe" target="_blank">
							<img src="http://cloudfront.larryullman.com/wp-content/uploads/2012/08/google-plus2.png" alt="">
						</a>
					</li>
					<li>
						<a href="http://www.larryullman.com/contact/" class="fademe" target="_blank">
							<img src="http://cloudfront.larryullman.com/wp-content/uploads/2012/08/email2.png" alt="">
						</a>
					</li>
				</ul>
			</div>

You could of just viewed the page source in the browser for this webpage and looked at the HTML to see how Larry done it. Don't forget your html list and list items.

  • Upvote 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...