English 中文(简体)
Anchor-Div, not scrolling to the right place in firefox only
原标题:Anchor-Div not scrolling to the right place in firefox only

I m absolutely stuck here and hoping someone here will have the answer.

ok - The end goal is to be redirected to another page and be placed at the beginning of a certain DIV. I m using an anchor tag which points to a DIV with an ID attached to it. My code works for all browsers EXCEPT for Firefox??

第1页链接:

    <a href="/home/services#design">
      <%= image_tag "Read_More_Button.png", :alt => "", :style => 
      "position:relative;   left:-10px"%>
    -close a tag

第2页内容多样化:

    <div id= design  class= left clear_right  >  
      more <div> s nested and a unordered list.  black as well. 
    -close div tag

我的座右边的路线:

    get "home/services" => "home#services" 

了解目前如何运作?

[website_link] “此处点击网站”

Click on the “read more” button for Design orfitout, and You ll see that You aren t taken to the first of both div but the path/url in the address bar is disabilities point to this place? 这只是在“......”时发生,我以安全的方式进行了尝试,而所有残疾人都加入了其中,但还没有任何东西。

任何意见或方向都将受到高度赞赏。 感谢

最佳回答

这是我使用的Jquery周期图书馆。 每一张图像的集装箱仍在上页。 即便这些图像没有明显可见,也仍然存在。 因此,该页对确切位置的推移没有把 anchor指向。

问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签