John W
John W

Reputation: 199

How do I create a page with a sidebar similar to the WordPress customization page?

I'm looking to make a page with settings in a sidebar overlay type frame on the far left hand side for settings very similar to the Wordpress customization page found here (username: admin password: demo123).

Does anyone have any ideas on how I could achieve this, or have any links to tutorials? I couldnt find any in my search.

Thanks, John

Upvotes: 1

Views: 233

Answers (1)

Atrox111
Atrox111

Reputation: 527

You could achieve this by using jQuery UI: http://jqueryui.com/accordion/

Just add your own custom style and give your sidebar position: fixed; left: 0; top: 0 to let it look like wordpress sidebar...

If you want to manipulate the right side's content you may want to use jQuery to manipulate HTML, CSS or whatever when changing the settings in your sidebar.

Upvotes: 1

Related Questions