开发者

Create simple website with left menu and right content

开发者 https://www.devze.com 2023-01-30 19:49 出处:网络
I hope to create a website simple website with: Left menu with items to click When each item clicked, right menu is changed with new content. The content is always: title, picture 1, text descriptio

I hope to create a website simple website with:

  1. Left menu with items to click
  2. When each item clicked, right menu is changed with new content. The content is always: title, picture 1, text description, picture 2. Same format for all left menu items.

Ideally I want the page to be just 1 page, without frame or separate .html files. If the item is clicked, jQuery will change the photos on right side with photo url in some array.

Is there an easy way to create this with existing templates somewhere? Either from internet, Wordpress开发者_StackOverflow中文版 (without database), Dreamweaver, or Dreamweaver plug-in... I just want to avoid having to do from scratch.

If you imagine this right, it could be just like a help page from MSDN, IBM or Apple Developer website. Just don't want to do each html separately due to potential change in format later.

Thanks.


Basically, each "page" should be placed in a div that is hidden with css. jQuery can show and hide the divs with a variety of effects.

I have created a simple example for you here: http://jsfiddle.net/RLdmZ/2/


Whilst the exact specifications you require may not exist already, there are other options in jQuery.

Notably, a search for a 'jQuery gallery' returns many options varying in design, implementation and complexity.

Have a look for yourself!

I hope this answer solves your question.

It's my first answer, so go easy! :]

0

精彩评论

暂无评论...
验证码 换一张
取 消