Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
// classNameRoot is already set to "active" or "inactive" var TabLeft = document.createElement("span"); TabLeft.className = "epitab"+classNameRoot+"left"; var TabMiddle = document.createElement("span"); var tabLabel = document.createTextNode(_tabName); TabMiddle.className = "epitab"+classNameRoot; TabMiddle.appendChild(tabLabel); var TabRight = document.createElement("span"); TabRight.className = "epitab"+classNameRoot+"right"; this.Body.appendChild(TabLeft); this.Body.appendChild(TabMiddle); this.Body.appendChild(TabRight); http://www.networkedplanet.com/epicss/image4.png
The same effect happens when I scroll the window: http://www.networkedplanet.com/epicss/image4.png I.e. the tabs seem to stay wherever they were when added to the DOM, whilst the rest of the window scrolls. We don't fiddle with the EPiServer styles; just try to re-use to ensure we're consistent with the look and feel of EPiServer. The same DOM structure works fine in EPi 4.61. Is this a known issue with EPiCMS? Best Regards, Andy