[PHPKIT] AKTIV and arrow not there
[PHPKIT] AKTIV and arrow not there
Hey,
i installed the trial version and im very impressed. Good work.
But my first attemped to insert a mnu bar to my test site, its failed.
on index.htm site all graphics are there:
http://www.hof.spesl.de/testmenue/index.htm
On my site the space betwenn the buttons, the AKTIV/Hover and arrow graphic are not there:
http://www.hof.spesl.de/
Where ist my fault?
Greetz from Germany!
i installed the trial version and im very impressed. Good work.
But my first attemped to insert a mnu bar to my test site, its failed.
on index.htm site all graphics are there:
http://www.hof.spesl.de/testmenue/index.htm
On my site the space betwenn the buttons, the AKTIV/Hover and arrow graphic are not there:
http://www.hof.spesl.de/
Where ist my fault?
Greetz from Germany!
Last edited by air81 on Thu Oct 31, 2013 6:26 pm, edited 1 time in total.
Re: AKTIV and arrow not there
i would take the -25% offer for this software. but i wont buy it, if it dosnt work on my site.
Re: AKTIV and arrow not there
Hi,
This code in your CSS overrides menu behavour:
One of the ways to fix it would be adding following code to your page header or css file:
Wrap it in <style> tag if you're adding to page header.
This code in your CSS overrides menu behavour:
Code: Select all
.pkcontent_box_top *, .pkcontent_box_sub_top *, .pkcontent_box_bottom *, .pkcontent_box_sub_bottom * {
display: inline;
}
Code: Select all
#mbmcpebul_table div {
display: block;
}
Blumentals Software Programmer
Re: AKTIV and arrow not there
ok thanks, this works for the main menu, but not for the sub menu. And what, if i make a sub submenu?
Re: AKTIV and arrow not there
I think you have uploaded different menus to both test pages. In /testmenue/mbcsmbmcp.css you have:
#mbmcpebul_table ul li a {
color: #000000;
but in /testmenue/mbcsmbtestmenue.css you have:
#mbtestmenueebul_table ul li a {
color: #FFFFFF;
So both files are different, and in the second one the hover and normal states are both white, which is why you don't see anything on hover.
#mbmcpebul_table ul li a {
color: #000000;
but in /testmenue/mbcsmbtestmenue.css you have:
#mbtestmenueebul_table ul li a {
color: #FFFFFF;
So both files are different, and in the second one the hover and normal states are both white, which is why you don't see anything on hover.
Blumentals Software Programmer
Re: AKTIV and arrow not there
hmm... i deleted and upload all again and theres the same.
with highlight in submenu:
http://www.hof.spesl.de/testmenue/index.htm
without highlight in submenu:
http://www.hof.spesl.de/include.php
with highlight in submenu:
http://www.hof.spesl.de/testmenue/index.htm
without highlight in submenu:
http://www.hof.spesl.de/include.php
Re: AKTIV and arrow not there
Ok, i try it by myself:
after your code, and it works...
what if i have more than one submenus?
-main
->sub ->sub sub
->sub
-> sub -> sub sub ->sub sub sub
Code: Select all
#mbtestmenueebul_table li {
display: block;
}
what if i have more than one submenus?
-main
->sub ->sub sub
->sub
-> sub -> sub sub ->sub sub sub
Re: [PHPKIT] AKTIV and arrow not there
It seems highlighted to me...
http://snag.gy/8XY4F.jpg
> what if i have more than one submenus?
You can have as many submenus as you want.
http://snag.gy/8XY4F.jpg
> what if i have more than one submenus?
You can have as many submenus as you want.
Blumentals Software Programmer
Re: [PHPKIT] AKTIV and arrow not there
because i insert the li code and your code. without the licode, it dosnt work.
my question is, what i have to insert if i want a sub sub menu?
my question is, what i have to insert if i want a sub sub menu?
Re: [PHPKIT] AKTIV and arrow not there
The fix that removes inline display mode for li elements works for submenus and sub submenus, too.
Blumentals Software Programmer
Re: [PHPKIT] AKTIV and arrow not there
I thank you a lot.
My compliment for this tool.
My compliment for this tool.