EHorodyski
-
Organic Tabs do not switch between tabs
In case anyone was wondering, I figured out my issue. I was moving up 40 pixels (as in negative margins) so that my tabs would be flush against our sort/paging control and it must have messed up the z-index. I tried setting the z-index to 1000 an…
-
Organic Tabs do not switch between tabs
I'm having the same type of problem in FF/Chrome but not within IE. I think I know why. We're using SharePoint for this solution and placing the initalizing code within the pageLoad() function which is used instead of $(document).ready() w…