English 中文(简体)
页: 1 学历 带滑坡的滚动屏障
原标题:jQuery scrollTo with sliding scrollbar

Im 使用滚动 选择一个横向网站,并实行罚款。 我在主要部分有一份链接清单,我也能够随时、回头和带走。 对于工作的前景,我必须使用<代码>overflow:hidden <>/code> 财产,然而,如果使用者更愿意的话,我想让他们选择滑坡。 因此,我发现,“地方发展”金字节,有一部分代码(由他人撰写,我刚刚照样复制),现在,我在该网站上各处都有滚动屏障。

问题在于,我把一个部分转回去,并停止工作,因此,我不得不回到前页,以点击我希望看到的任何部分。 最好用

我看到了横向网站的其他例子,我注意到,随着我的需要,带有滑坡的滚动路障,这些网站只有几个主要链接,并且重新固定定位,所以我很想知道,能否使网站发挥作用。

例如,习惯文件是<代码>over:hidden/code>和测试文件。 j 档案中添加了面粉/代码一。

我一如既往地非常赞赏任何帮助。

最佳回答

滚动 我认为,我正在使用j Query课程,从一个部分移至另一个部分,因此,我只是删除了这些地图集,并将这些小节用在固定内容中。 现在,我想要:

问题回答

maybe this will help: i actually made this for dynamic menu in wordpress you can see working version of this here: http://loco.karolwasik.pl/ (script.js)

$( #menu a ).bind( click , function(e){
     e.preventDefault();
     $( #subpanel-maska ).scrollTo( #panel- +$(e.target).attr( title ), 300, {easing:  easeOutCirc })
} 

b 前。 您在这种习俗中的代码是麻醉的,你应尽量减少这种或某种(我知道地雷太过;) iii





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签