robax wrote:
Here is the actual line of code:
260 ul.dnnActionMenuBody {display:none;background:#fff;border:5px solid #aaa;padding:10px;border-radius:3px;-moz-border-radius:3px;text-align:left;
261 position:absolute;left:0;top:10;min-width:480px;-moz-box-shadow:0 0 5px #888;-webkit-box-shadow:0 0 5px#888;box-shadow:0 0 5px #888;}
I do not see anything suspicious so far. I did try to play with skin on backoffice page and container skin, and did not see any difference.
yeah if it just isn't changing tabs then there must be an error of some sort.no errors, 1 warning 'Invalid CSS property value: 10 ' in line 261 of file /Portals/_default/default.css?cdv=66.
Or is there a layering issue with the menus and the skin.. that could happen and we've had that issue where the old jqueryui js file was breaking the DNN7.1 menu.
However the store works fine in 6.x.. unless something weird was done in 6.2.9 that I'm unaware of.
Use the script console and the HTML/CSS inspector in your browser to see what's happening.
Rob
Here is the actual line of code:
260 ul.dnnActionMenuBody {display:none;background:#fff;border:5px solid #aaa;padding:10px;border-radius:3px;-moz-border-radius:3px;text-align:left;
261 position:absolute;left:0;top:10;min-width:480px;-moz-box-shadow:0 0 5px #888;-webkit-box-shadow:0 0 5px#888;box-shadow:0 0 5px #888;}
I do not see anything suspicious so far. I did try to play with skin on backoffice page and container skin, and did not see any difference.