|
I have created the menu vertical css multiple times but each time it comes up with the error.
Return to Recent Questions
Q:
I have tried to use the menu vertical css in one of the websites.
I am trying to create the menu vertical css, but it gives an error. I have
created the menu vertical css multiple times but everytime it comes up with the
same error. I have attached the entire web page file with this mail.
Can you help me to fix the errors.
A:
Now you have
var itemBorderWidth="";
var menuBorderWidth="";
It is not correct. You should set values for these menu vertical css parameters, for example:
var menuBorderWidth="0";
var itemBorderWidth="0";
Return to Recent Questions
Related:
|