1) Script Title: Ajax Tabs Content script
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex...tent/index.htm
3) Describe problem:
I'm wondering if there is a way to set the height of a tab and add a vertical scroll bar.....
1) Script Title: Ajax Tabs Content script
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex...tent/index.htm
3) Describe problem:
I'm wondering if there is a way to set the height of a tab and add a vertical scroll bar.....
Last edited by jnscollier; 07-08-2007 at 05:17 AM. Reason: changed my question
i went into the css file and set the height but any tab that has more content than the height is showing outside the box..... is there a way to keep it in the box with the set height and just add a vertical scrollbar???
Figured it out...
Basically all you need to do in the ajaxtabs.css file is under the .contentstyle section add:
I set my height to 150px, but you can set it to whatever you want....Code:overflow:auto; height:150px;
Bookmarks