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
Css Menu issue
Re: Css Menu issue
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
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;
}
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;
}