WebsiteBaker Support (2.8.x) > Templates, Menus & Design
menu round corners
Ogierini:
I tried, but then the menu is al messed up. I also saw that it is not supported bij IE6, but this is
a strong demand of my client, to make it work in IE6 as well, so, I guess I'll make a background picture to solve my issue.
Thanks anyway......
crnogorac081:
you can make with with table...chech images,css and menu call in round template (wb defult)
cheers
and tell your client to update his browser
Ogierini:
Thanks,
my client doesn't use IE6 but there are a lot of businesses dat still do.....
crnogorac081:
I see you are still using page_menu instead show_menu by your classes:
--- Code: --- <div id="column1">
<div id="nav">
<ul>
<li class="menu_current"><a href="http://www.o-pen.nl/cms" target="_top" class="menu_current"> Home English </a></li>
<ul>
<li class="menu_default"><a href="http://www.o-pen.nl/cms/pages/home-english/business.php" target="_top" class="menu_default"> Business </a></li>
<li class="menu_default"><a href="http://www.o-pen.nl/cms/pages/home-english/personal.php" target="_top" class="menu_default"> Personal </a></li>
<li class="menu_default"><a href="http://www.o-pen.nl/cms/pages/home-english/about-o-pen.php" target="_top" class="menu_default"> About O-PEN </a></li>
<li class="menu_default"><a href="http://www.o-pen.nl/cms/pages/home-english/the-best-story.php" target="_top" class="menu_default"> The Best Story </a></li>
<li class="menu_default"><a href="http://www.o-pen.nl/cms/pages/home-english/portfolio.php" target="_top" class="menu_default"> Portfolio </a></li>
<li class="menu_default"><a href="http://www.o-pen.nl/cms/pages/home-english/contact.php" target="_top" class="menu_default"> Contact </a></li>
</ul>
<li class="menu_default"><a href="http://www.o-pen.nl/cms/pages/home-nederlands.php" target="_top" class="menu_default"> Home Nederlands </a></li>
</ul> </div>
--- End code ---
I see that all clasess except current menu, where class is menu_current are menu_default.. That is why the css you wrote in 4th post isnot working.. Simply, the page_menu function is not generating menu_last class.. I belive that is why it is depreciated..
Navigation
[0] Message Index
[*] Previous page
Go to full version