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 6125795
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:17:20+00:00 2026-05-23T16:17:20+00:00

I am trying to create a very simple website using Kompozer. I have a

  • 0

I am trying to create a very simple website using Kompozer. I have a horizontal menu that works fine in Chrome and FF but not in IE8. The HTML for the menu is:

<div id="hmenu">
<ul>
<li>Home</li>
<li><a href="Portfolio.html">Portfolio</a></li>
<li><a href="Sounds.html">Sounds</a>
</li>
<li>Contact </li>
</ul>
</div>

The relevant bits in the CSS are:

#hmenu {
  border-style: none;
  text-align: center;
  width: 364px;
  height: 2.5em;
  margin-left: auto;
  line-height: 2.5em;
  margin-right: auto;
  font-family: Bauhaus;
  padding-bottom: 0px;
  font-size: 1em;
}
#hmenu *|ul {
  border-style: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#hmenu *|li {
  border-style: none;
  color: #009999;
  float: left;
  width: 85px;
}
#hmenu *|a {
  border-style: none;
  text-decoration: none;
  display: block;
}
#hmenu *|a:hover {
  border-style: none;
  background-color: #66ffff;

I would be very grateful if someone could show me how to make this work on all three browsers.
Thank you.
Chris.

  • 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-23T16:17:21+00:00Added an answer on May 23, 2026 at 4:17 pm

    Use simple css selectors: http://jsfiddle.net/nyxyh/5/

    #hmenu {
      border-style: none;
      text-align: center;
      width: 364px;
      height: 2.5em;
      margin-left: auto;
      line-height: 2.5em;
      margin-right: auto;
      font-family: Bauhaus;
      padding-bottom: 0px;
      font-size: 1em;
    }
    #hmenu ul {
      border-style: none;
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    #hmenu ul li {
      border-style: none;
      color: #009999;
      float: left;
      width: 85px;
    }
    #hmenu ul li a {
      border-style: none;
      text-decoration: none;
      display: block;
    }
    #hmenu ul li a:hover {
      border-style: none;
        background-color: #66ffff;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a very simple chat application in Flex/.Net using FluorineFX but
I'm trying to create a very simple REST server. I just have a test
I am trying to create a very simple chat window that simply has the
I'm trying to create a DOJO DataGrid populated using a dojo.data.ItemFileReadStore with very simple
I'm trying to create a very simple page that contains a container, a header,
I'm trying to create a very simple webapp with maven and eclipse, but I'm
I'm trying to create a very simple contentEditable div input. However, any way that
I am currently trying to create a very simple thread pool using std::thread .
Using pyparser, I am trying to create a very simple parser for the S-Expression
I'm trying to create a very simple grammar to learn to use ANTLR but

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.