Having a real problem trying to get the twitter and facebook icons to appear with the menu items in the Twicet menu. The images don't show up, but their alt tags do. I noticed the main logo image is called up as a background image, and in the header file there is a piece of php code. Anyway, any help would be much appreciated!
Adding Twitter and Facebook Icons to menu
4 posts from 2 voices-
Posted 2 years ago #
-
Hey,
try following code:in header.php:
<li class='twitter'><a class='ie6fix' href='http://www.twitter.com/'>Twitter</a></li> <li class='facebook'><a class='ie6fix' href='http://www.facebook.com/'>Facebook</a></li>in style1.css:
.twitter a{background: transparent url(../images/skin1/twitter.png) 0 0 no-repeat;} .facebook a{background: transparent url(../images/skin1/facebook.png) 0 0 no-repeat;}and copy your images to: twicet/images/skin1/
Posted 2 years ago # -
thanks!
Posted 2 years ago # -
Glad that I could help you.
Posted 2 years ago #
Reply
You must log in to post.














