Page 1 of 1

Css Menu issue

Posted: Wed Oct 24, 2007 9:41 am
by kevinbarker
Hello!

I have a new template that works great! I am just trying to get is to not display the numbers next to the menu  here is what i have listed below! I also would like to know how to get the "Current page is "

    * 1: Home
    * 2: Property Search
    * 3: Commercial Fitting
    * 4: Kitchens & Carpentry
          o 4.1: Kitchens
          o
            Current page is 4.2: Internal & External Carpentry
          o 4.3: Charlie’s Kitchen Accessories

Iff you need the css file, or any code i am using i can post if there! thanks

Kevin

Re: Css Menu issue

Posted: Wed Oct 24, 2007 2:15 pm
by Jack @ PharSide
Can you post a URL please. Sometimes if you have a broken tag above the navigation, it uses the accessible version. Can you post a link to your site plz.

Re: Css Menu issue

Posted: Wed Oct 24, 2007 3:44 pm
by Dr.CSS
If you look at the Accessibility and cross browser CSS that comes with a default install you will see a call for dfn{ } this is what you need...

definition tags are also hidden
these are also used for menu links   
*/
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}