How can i implement a similar mega dropdown menu on this site below http://www.kraftrecipes.com/home.aspx Any ideas?Can Jquery do this... Anyone done this before? Thanks in Advance ** i need it for Sharepoint 2010
|
closed as off topic by Alex Angas Aug 23 '10 at 23:53
Questions on SharePoint Stack Exchange are expected to relate to SharePoint within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
We recently did something like this in our MOSS site. For this we have used jquery libraries. You would need to have two levels of div elements. The first level would render the parent element i.e. recipes. Further for each parent div element, you would need to have a hidden child div which would contain this information (accordingly styled). Accordingly you would need to show/hide the child divs based on the click/mousehover. |
|||
|
|
|
I think Vivek is on the right track with you, though I would probably use styled unordered lists as opposed to divs so it's a bit more cross-browser compatible. On a side note, it appears from the source that the Kraft website you linked is SharePoint. |
|||||
|