I am having problems with the drop down menus associated with my YUI
splitter button when displayed with IE 7. The problem can be seen in
this snapshot, http://www.flickr.com/photos/stevewilhelm/557499442
The Web page can be seen running live at http://www.podtech.net/home.
The CSS files are
http://www.podtech.net/home/wp-content/themes/PodTechOne/style.css
and
http://www.podtech.net/home/wp-content/themes/PodTechOne/yuimenu_override.css
The code to create the button and menus can be seen below. Any help or
suggestions would be appreciated.
---------
<script type="text/javascript">
YAHOO.namespace("YAHOO.podtech");
function jumpCatsOnDOMReady() {
var aItems = [
{ text: "Enterprise 2.0 Shows", submenu: { id: "anchor_172",
itemdata: [
{ text: "Apple Voices", url:
"http://www.podtech.net/home/category/apple-voices" },
{ text: "Inside Silicon Valley", url:
"http://www.podtech.net/home/category/inside-silicon-valley" },
{ text: "John Furrier Show", url:
"http://www.podtech.net/home/category/entrepreneurship" },
{ text: "LunchMeet", url:
"http://www.podtech.net/home/category/lunchmeet" },
{ text: "RedMonk", url:
"http://www.podtech.net/home/category/redmonk" },
{ text: "RockyMountainVoices", url:
"http://www.podtech.net/home/category/rockymountainvoices" },
{ text: "Scobleizer", url:
"http://www.podtech.net/home/category/scobleshow" },
{ text: "ScobleShow", url:
"http://www.podtech.net/home/category/scobleshow" },
{ text: "Technology is Broken", url:
"http://www.podtech.net/home/category/technology-is-broken" },
{ text: "The Big Picture on Security ", url:
"http://www.podtech.net/home/category/big-picture-on-security" },
{ text: "The Kamla Bhatt Show", url:
"http://www.podtech.net/home/category/kamla-bhatt-show" },
{ text: "The Kiruba Show", url:
"http://www.podtech.net/home/category/kirubashow" },
{ text: "The Security Show", url:
"http://www.podtech.net/home/category/the-security-show" }
] } },
{ text: "Social Media Shows", submenu: { id: "anchor_174", itemdata: [
{ text: "1938 Media", url:
"http://www.podtech.net/home/category/1938-media" },
{ text: "CalacanisCast", url:
"http://www.podtech.net/home/category/calacaniscast" },
{ text: "Marketing Voices", url:
"http://www.podtech.net/home/category/marketing-voices" },
{ text: "Web Strategy by Jeremiah", url:
"http://www.podtech.net/home/category/web-strategies" }
] } },
{ text: "Clean Tech Shows", submenu: { id: "anchor_171", itemdata: [
{ text: "Freshtopia", url:
"http://www.podtech.net/home/category/freshtopia" },
{ text: "Next Gear Show", url:
"http://www.podtech.net/home/category/nextgear" },
{ text: "Ryan Is Hungry", url:
"http://www.podtech.net/home/category/ryan-is-hungry" },
{ text: "SmartEnergy", url:
"http://www.podtech.net/home/category/smartenergy" }
] } },
{ text: "Digital Entertainment Shows", submenu: { id:
"anchor_151", itemdata: [
{ text: "Ill Doctrine", url:
"http://www.podtech.net/home/category/ill-doctrine" },
{ text: "Lo-Fi Saint Louis", url:
"http://www.podtech.net/home/category/lo-fi-saint-louis" },
{ text: "Lucy Talks Movies", url:
"http://www.podtech.net/home/category/lucy-talks-movies" },
{ text: "National Banana", url:
"http://www.podtech.net/home/category/national-banana" },
{ text: "Vloggies Show", url:
"http://www.podtech.net/home/category/vloggies-show" }
] } },
{ text: "Corporate Shows", submenu: { id: "corporate", itemdata: [
{ text: "Adobe", url:
"http://www.podtech.net/home/category/adobe-systems-incorporated" },
{ text: "Alcatel-Lucent", url:
"http://www.podtech.net/home/category/alcatel-lucent" },
{ text: "BearingPoint", url:
"http://www.podtech.net/home/category/bearingpoint" },
{ text: "Cadence", url:
"http://www.podtech.net/home/category/cadence" },
{ text: "Cisco", url:
"http://www.podtech.net/home/category/cisco" },
{ text: "Control4", url:
"http://www.podtech.net/home/category/control4" },
{ text: "EMC", url:
"http://www.podtech.net/home/category/emc-corporation" },
{ text: "F5", url:
"http://www.podtech.net/home/category/f5-networks-incorporated" },
{ text: "Hitachi", url:
"http://www.podtech.net/home/category/hitachi-global-storage-technologies-hard-disk-drives"
},
{ text: "HP", url:
"http://www.podtech.net/home/category/hp-technology-for-better-business-outcomes"
},
{ text: "Intel", url:
"http://www.podtech.net/home/category/intel" },
{ text: "Juniper Networks", url:
"http://www.podtech.net/home/category/juniper-networks" },
{ text: "LSI Logic", url:
"http://www.podtech.net/home/category/lsi-logic-reconstructs-the-digital-home"
},
{ text: "NETGEAR", url:
"http://www.podtech.net/home/category/netgear" },
{ text: "Network General", url:
"http://www.podtech.net/home/category/network-general-sniffer-cast" },
{ text: "SAP", url: "http://www.podtech.net/home/category/sap" },
{ text: "SAVVIS", url:
"http://www.podtech.net/home/category/savvis" },
{ text: "Seagate", url:
"http://www.podtech.net/home/category/seagate" },
{ text: "Sun Microsystems", url:
"http://www.podtech.net/home/category/sun-microsystems" },
{ text: "Symantec", url:
"http://www.podtech.net/home/category/symantec-safetytown" },
{ text: "The Deal", url:
"http://www.podtech.net/home/category/the-deal" },
{ text: "Verizon", url:
"http://www.podtech.net/home/category/verizon-business" },
{ text: "WebEx", url:
"http://www.podtech.net/home/category/webex-conversations-with-it-business-leaders"
},
{ text: "Yahoo", url:
"http://www.podtech.net/home/category/yahoo" }
] } }
];
var oMenu = new YAHOO.widget.Menu("jumpCats", { itemdata: aItems,
lazyload: true, container: "jumpCatsDiv" });
var oButton = new YAHOO.widget.Button({ id: "jumpCatsButton",
type: "splitbutton", label: "Show Archives", menu: oMenu, container:
"jumpCatsDiv" } );
}
/* YAHOO.util