Javascript Menu Tab
-
Hello. I was wondering if anybody knows of a javascript tab menu that looks like excel tabs on the bottom of the program.(i.e. "Sheet1" "Sheet2") :confused: THX, Caleb
-
Hello. I was wondering if anybody knows of a javascript tab menu that looks like excel tabs on the bottom of the program.(i.e. "Sheet1" "Sheet2") :confused: THX, Caleb
You might be able to create one by developing a behavior. Unfortunately the page would be Internet explorer only. There is always an applet but if you're trying for an full client-side version you might have to settle for box tabs and develop them using style sheets and some DHTML. (play around with the border and span/div stuff. For more information on behaviors check out the microsoft MSDN site Behaviors For style sheets, try searching for Cascading Style Sheets. Lawson Software - Desktop Development Chris Klecker