1. The web design one is shown as default.
That's what this line does:
Code:
defaultexpanded: [0], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
What you probably want to do is turn off the persiststate parameter.
Code:
persiststate: false, //persist state of opened contents within browser session?
Make the change at the highlighted part. You have it as true, make it false. The persiststate parameter means that if you go to the homepage, open logo design, go to another page, and come back to the homepage...the logo design will still be open. If you turn it off, the web design section will always be open when you refresh the page.
2. Your layout issues are probably because of those disgusting tables you're using. Use CSS! Check out these sample layouts.
Bookmarks