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

  • Home
  • SEARCH
  • 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 3488068
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T11:13:32+00:00 2026-05-18T11:13:32+00:00

well i am not good with CSS menus…. i need TO MAKE THIS but

  • 0

well i am not good with CSS menus…. i need TO MAKE THIS but was unable to align text to the bottom of listli

so it tried to do this with tables.. i was thinking Display Block is gonna solve my problems but turned out it didn’t… you see in the jsFiddle example that i posted, when mouse is on the top areas of cell the link doesnot work which is true because there is no link there… can somebody please tell me how to convert it to CSS Menu

  • 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-05-18T11:13:33+00:00Added an answer on May 18, 2026 at 11:13 am

    I would suggest making the menu with an unordered list instead of tables. Something like this:

    HTML:

    <ul id="my_menu">
    <li><a href="linktopage" title="titleofpage">Name of Page 1</a></li>
    <li><a href="linktopage" title="titleofpage">Name of Page 2</a></li>
    <li><a href="linktopage" title="titleofpage">Name of Page 3</a></li>
    <li><a href="linktopage" title="titleofpage">Name of Page 4</a></li>
    </ul>
    

    CSS:

    ul#my_menu, ul#my_menu li {list-style: none;}
    
    ul#my_menu li {display: block; float: left; width: 100px; height: 100px;}
    ul#my_menu li a {display: block; text-decoration: none; color: #ccc; background: url('url_of_gradient') repeat-x; padding: 70px 10px 10px 10px; width: 80px; height: 20px;}
    ul#my_menu li a:hover {background: url('url_of_hover_gradient') repeat-x;}
    

    Try something like this, setting a gradient image (you’ll have to make this) as the background on the links. Then create another image for the hover state. You’ll also have to tweak the heights and widths to your liking.

    This shouldn’t require any javascript.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an XML form with an element 0, which is well-formed but not
Well, not literally, of course, but: I'm new to Flex and I'm trying to
Well I am trying to submit a form by pressing enter but not displaying
I've searched, but I've not understood very well these three concepts. When do I
I hope this question is not considered too basic for this forum, but we'll
I'm not familiar at all with JQuery and I'm not very good with CSS,
Well I know it's not evil just not as pretty in semantics as <strong>
Not every website exposes their data well, with XML feeds, APIs, etc How could
My company does not follow any well defined process for software development. I want
Ruby on Rails does not do multithreaded request-responses very well, or at least, ActiveRecord

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.