Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

AJAX tabs

We have a site we are developing and trying to use the ajax tab control. We have a master page, and all pages use this master page. When placing the code for the AJAX tab control in one of these pages, all the tabs are cut in half (the top half is visible, but the bottom half is gone). I took the exact code out of the example and it even does it to it. Also, I took the code out of the example and placed it in a regular page (not inheriting from master page) and it works fine...

Anyone have any ideas what might be causing this? Ever have anything similar?

Thanks,

JOHN
[605 byte] By [jmac12] at [2007-11-11 10:27:32]
# 1 Re: AJAX tabs
Saw this cool implementation of ajax tabs on http://www.128ip.com

The tabs are actually <UL><LI>, I liked the way the icon appears in the tab and the rollover effect is clean.

-Mark
markfelzer at 2007-11-11 23:42:21 >