Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9021379
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T05:14:32+00:00 2026-06-16T05:14:32+00:00

I am interested in making the hover-over buttons on my website clickable, but don’t

  • 0

I am interested in making the hover-over buttons on my website clickable, but don’t know how. My website is here: http://mathisbeauty.org/

The relevant code for the page itself looks like

<div id="bar">
    <div class="menuLink"><a href="index.html">Home</a></div>
    <div class="menuLink"><a href="videos.html">Videos</a></div>
    <div class="menuLink"><a href="articles.html">Articles</a></div>
    <div class="menuLink"><a href="links.html">Links</a></div>
    <div class="menuLink"><a href="aboutme.html">About me</a></div>
</div>

and the CCS is (I believe!)

.menuLink
{
    height:36px;
    width: 120px;
    text-align:center;
    float:left;
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#252F33;
    padding-top:19px;
}
menuLink:hover
{
background: url(bar2.png) repeat-x;
}

Any help much appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T05:14:33+00:00Added an answer on June 16, 2026 at 5:14 am

    Your links are clickable, the problem is that it is just the text that is currently a link. You just need to make the anchor the same size as the container they sit in .menuLink.

    Add the following css and it should work..

    .menuLink a {
        height: 36px;
        width: 120px;
        display: block;
    }
    

    Edit:

    Use this instead, should give you the full box. To be honest I didn’t notice the top half not being included.

    .menuLink a {
        height: 57px;
        width: 120px;
        display: block;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 18px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am interested in making an HTTP Banner Grabber, but when i connect to
I'm interested in making an in-company encrypted peer-to-peer chat app in Cocoa, but I
I am interested in making a website that flashes through a visitors entire web
I'm interested in making a twitter client using Adobe Air, but I'm kinda stuck
I'm interested in making a cross-platform Facebook, but non-browser based application. Therefor I'd like
I'm interested in making ghost preview elements of very complex DOM objects. While I
I am interested in making some sort of HTML page that displays the name
Suppose I have a supertype table with many subtype tables. I'm interested in making
I'm making a sound for the iPhone and I'm interested in adding background music
I'm interested in providing a general I'm making an ajax call notification ... similar

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.