iips-dc / iips_website

IIPS website project.
3 stars 2 forks source link

Fluctuation on the page after clicking on sidebar options. #20

Closed Rahul-Sagore closed 10 years ago

Rahul-Sagore commented 10 years ago

Page fluctuates when sidebar options clicked. It is due to the size of content to be displayed dynamically. Some sidebar options have long scrolling content and some have just few lines. Solution might be a jquery function to scroll the page to top (ScrollTop) when sidebar options clicked.

Chitrank-Dixit commented 10 years ago

1) Also the sidebar is sticking while loading the content 2) Also blue color should be made navy blue so as to add up more better look. 3) slide with ease is sometimes annoying to the user who quickly want to see all tabs contents.

Rahul-Sagore commented 10 years ago

I found the reason why page is fluctuating because it is the default property of <a href="#"></a> to go to a link. So when we click on sidebar options , which is a Hyperlink (<a href="#tab1"></a>), then that link tries to go to that div with id, specified in that link.

So I have resolved this issue.