Forums

[resolved] Replace Navigation with Images (5 posts)

  1. ashley3ee
    Member
    Posted 2 years ago #

    My site is located here:
    http://www.veryte.com/animalsfirst4u

    You can see the navigation on the left. I'm trying to replace the text with images (like a button). I've been looking for an hour and can't find any articles on how to do this.

    Here is the code in sidebar.php, why doesn't the image show up?

    <div id="mainnav">
    		<ul>
    			<li>
    				<ul>
    					<li><a href="<?php echo get_option('home'); ?>/"><img src="images/home.png"></a></li>
    					<li><a href="?page_id=723"><img src="images/boarding.png"></a></li>
    					<li><a href="?page_id=1359">Day Care</a></li>
    					<li><a href="?page_id=725">Grooming</a></li>
    					<li><a href="?page_id=727">Training</a></li>
    					<li><a href="?page_id=122">Classifieds</a></li>
    				</ul>
    			</li>
    		</ul>
    	</div>

    Anyone?

  2. ashley3ee
    Member
    Posted 2 years ago #

    ok, I figured out how to get the images to show up, now how do I make the box around it go away?

  3. ashley3ee
    Member
    Posted 2 years ago #

    ok I added this to the style sheet:

    a img {border:none}

  4. fifaifo
    Member
    Posted 1 year ago #

    Hi ashley3ee, I'm looking for the solution on how to get the images to show up and stumbled across this page. I'm doing it exactly like you did. Could you share how you got it to work please?

  5. petrusfajarsubekti
    Member
    Posted 1 year ago #

    ok, I figured out how to get the images to show up, now how do I make the box around it go away?

    So what is your solution? i Still don't understand.

Topic Closed

This topic has been closed to new replies.

About this Topic