首页 \ 问答 \ 绝对定位“弹出”的麻烦(Trouble with absolutely positioned “pop-up”)

绝对定位“弹出”的麻烦(Trouble with absolutely positioned “pop-up”)

我正在客户网站上为他们的新餐厅位置做一个弹出窗口。 基础站点是一种cookie切割器类型的站点,非常混乱(我不确定我是否应该将此归因于该问题)。 一切都很顺利,直到我添加了一些相对定位的div并且具有宽度和高度的绝对div“弹出”。 现在,弹出窗口向下推动基站,弹出窗口落后(它的z-index为10?)。 这是全新的css:

http://addproxy.net/sites/testing_space/css/style.css

并且该网站下降了一个级别:

http://addproxy.net/sites/testing_space/

并获得所需效果的模型(忽略反斜杠,点击href的最大值):

//http://addproxy.net/sites/testing_space/popup-mockup.jpg

似乎引发问题的div是.coupon类

任何帮助将不胜感激!


I am doing a popup on a clients site for their new restaurant location. The base site is kind of a cookie cutter type site, and very messy (I'm not sure if I should attribute this to the problem). Everything was going fine until I added some divs that were positioned relatively and had width and height to the absolute div "pop-up". Now, the popup pushes the base site down, and the popup goes behind (it has a z-index of 10?). Here is the brand new css:

http://addproxy.net/sites/testing_space/css/style.css

and the site is down a level:

http://addproxy.net/sites/testing_space/

And a mockup of the desired effect (disregard the backslashes, hit max of href):

//http://addproxy.net/sites/testing_space/popup-mockup.jpg

The divs that seemed to trigger the problem were the .coupon class

Any help will be greatly appreciated!


原文:https://stackoverflow.com/questions/8686628
更新时间:2023-11-30 15:11

最满意答案

据我所知你不能。 iOS不是Android,您可以在其中选择默认应用来打开某些内容。 您可以创建共享扩展,因此当用户选择共享RSS链接URL时,您的应用程序将处理该链接。


As far as i know you can't. iOS is not Android, where you can select the default app to open something. You can create a Share Extension, so when the user selects to share the RSS Link URL, your app handle the link.

相关问答

更多
  • 什么是 RSS?[2022-03-23]

    讨论与Blog相关的技术,不可不谈的就是RSS,这个缩写在英文中可以有几个源头,并被不同的技术团体做不同的解释。既可以是“Rich Site Summary”,或“RDF Site Summary”,也可以是“Really Simple Syndication”。为什么有这么多含义呢?这还要从RSS的一段今天也没有理清的关系说起。 今天肯定有人还记得IE 4刚刚推出来的时候有一个有趣的功能,那就是新闻频道。这个新闻频道的功能与Netscape推出的新闻频道是很相似的(当时Netscape还是市场上领先的浏览 ...
  • Apple对允许在后台执行哪些应用程序有严格的规定。 不幸的是,您的应用不适合任何这些类别。 audio - 应用程序在后台播放可听内容给用户。 (此内容包括使用AirPlay播放音频或视频内容。) location - 该应用程序可让用户随时了解其位置,即使它在后台运行也是如此。 voip - 该应用程序使用户能够使用Internet连接拨打电话。 报亭 - 内容 - 该应用程序是一个报亭应用程序,可在后台下载和处理杂志或报纸内容。 external-accessory - 该应用程序与硬件附件配合使用, ...
  • 看到 http://msdn.microsoft.com/en-us/library/bb943474.aspx http://msdn.microsoft.com/en-us/library/system.servicemodel.syndication.syndicationfeed.aspx http://msdn.microsoft.com/en-us/library/bb943480.aspx 基本上,在.Net 3.5框架中有很多东西能够进行解析和表示feed的工作; 例如,编写一个30行应用程 ...
  • 好。 借助博客所有者@ nic-raboy的帮助,我设法解决了这个问题。 问题出在模块行中: angular.module('starter', ['ionic', 'starter.controllers', 'starter.services']); 'starter.controllers'和'starter.services'属于离子样品,我不得不将它们从生产线上移除。 所以我这样解决了: angular.module('starter', ['ionic']) .controller(" ...
  • 如果您的应用正在解析RSS源以显示内容,那么您目前使用的线路没有任何问题。 如果要查看要处理代码的XML内容,则应根据浏览器选择在打开链接后to view page source 。 例如,在Google Chrome中,打开供稿链接,然后右键单击页面中的任意位置,然后选择View Page Source 。 这将打开一个包含URL的页面: view-source:http://search.espn.go.com/rss/bill-simmons/ 其中显示了该文件的原始XML格式。 If your a ...
  • 从http://recipes.sinatrarb.com/p/views/rss_feed_with_builder无耻地偷走 安装或添加Builder gem: # add to Gemfile and run `bundle`... gem 'builder' # ... or install system-wide $ gem install builder 添加适当的路线到您的应用程序/控制器: # in app.rb get '/rss' do @posts = # ... find ...
  • 在访问数据之前,您需要等待XML加载。 您必须等待onLoad才能访问加载的数据。 对代码进行处理的最简单的改变是: var foo:XML = new XML(); foo.onLoad = function(success:Boolean) { var myArr:Array = new Array(); myArr = foo.childNodes; trace(myArr.length); } foo.load("http://feeds.nytimes.com/nyt/rss/Home ...
  • 据我所知你不能。 iOS不是Android,您可以在其中选择默认应用来打开某些内容。 您可以创建共享扩展,因此当用户选择共享RSS链接URL时,您的应用程序将处理该链接。 As far as i know you can't. iOS is not Android, where you can select the default app to open something. You can create a Share Extension, so when the user selects to shar ...
  • 看看这个链接: https : //developer.apple.com/library/ios/documentation/FileManagement/Conceptual/DocumentInteraction_TopicsForIOS/Articles/RegisteringtheFileTypesYourAppSupports.html 这似乎是你在寻找的东西 Solved this issue with the help of feed URL scheme. Moreover, you ha ...
  • 只需查看BBC Feed的源代码即可。 它们都是相同的东西 - 它们只有一个XSL样式表(Safari忽略)。 http://feeds.bbci.co.uk/shared/bsp/xsl/rss/nolsol.xsl 该样式表包含有关生成您在Chrome中看到的友好显示的说明。 (顺便说一句,这也是Feedburner如何做到的) Just look at the source code of the BBC's feed. It's all the same stuff - they just have ...

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)