问题标签 [absolute]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
878 浏览

flash - 您可以在 flex 4 应用程序中进行绝对定位吗?

使用 flex 4,您似乎不能再只做 layout="absolute" 了。有没有办法在 flex 4 中将应用程序布局设置为绝对?

0 投票
4 回答
5493 浏览

css - CSS - 绝对位置和文档流

是的,我知道绝对位置不适用于,但是有没有办法在它们后面显示元素“下方”(在代码之后)?

例子:

除了绝对定位之外,有没有办法在图像下方显示 h2 ?

例子:

http://jsfiddle.net/fDGHU/1/

(是的,我必须在我的情况下使用绝对值,以及下面的动态边距内容,我迷路了:D)

0 投票
2 回答
313 浏览

javascript - Using Mootools to prevent overlapping with random absolute positioning

I have over 50 simple text messages in a database and I extract them (using PHP) and place them randomly on a page using absolute positioning. Unfortunately some of these messages overlap each other, that I wish to prevent.

Can I use MooTools to find the position of each of these elements and their dimensions so that the new element to be placed on the page won't overlap any of the previous ones?

Using MooTools 1.3 with all core functions.

0 投票
3 回答
2371 浏览

css - IE6 错误、CSS、绝对位置和高度 100% 内部 DIV

我正在做网站,那里有 3 个 DIV,

现在, div 'inner' 是宽度和高度 - 自动,绝对位置;“内容”的宽度:100%;高度:100%;而“滚动”是宽度:96%;填充:2%;身高:96%;溢出:自动;

在 Firefox 中,Opera IE8< 一切正常,但在 IE6 和 IE7 中,div 'scroll' 太长,height:100% 不起作用。你可以在图片上看到它

有人有想法吗?请帮我 :)

0 投票
2 回答
454 浏览

css - 网络钓鱼和 CSS 位置:绝对

CSSposition:absolute规则实际上如何帮助网络钓鱼?

谁能帮帮我,我很困惑:(

0 投票
2 回答
19003 浏览

css - ie7中绝对位置的问题,div向右移动10px

我在 IE7 上的绝对位置属性有问题。我的 div 向右移动 10px。下面是我的代码。IE8 和 9 工作正常。 id 菜单是我指的 div。

0 投票
2 回答
5340 浏览

php - 绝对文件路径

这个问题还没有解决

我正在关注的一个视频 PHP 教程正在构建一个名为 initialize.php 的文件,它在其中使用 PHP 预定义的常量 Directory_Separator,然后定义一个 site_root。site_root 是PHP 定位所需文件的绝对文件路径(不是网络服务器路径)。他给了我们以下代码

我假设他计算机上的文件路径是 root/users/kevin/sites/photogallery

我不是在我的电脑上建立网站,而是直接在网上建立。我不知道要插入什么文件路径。

正如他强调的那样,这不是网络服务器路径,而是文件系统路径,我应该放什么。就是这样的域名。

他不想要网络服务器路径,但文件位于在线?所以我不明白。

更新

视频教程使用了以下代码

我使用了这段代码:

我收到此错误消息

require_once(/hsphere/local/home/c263430/quoralist.com/includes/includes/config.php):无法打开流:/hsphere/local/home/c263430/quoralist.com/includes/中没有这样的文件或目录第 11 行的 initialize.php 致命错误:require_once(): 无法打开所需的 '/hsphere/local/home/c263430/quoralist.com/includes/includes/config.php' (include_path='.:/hsphere/shared/apache /libexec/php5ext/php/') 在第 11 行的 /hsphere/local/home/c263430/quoralist.com/includes/initialize.php 中

使用下面的 3 个编辑进行更新,以及以下内容

我总是收到错误消息

警告:require_once(LIB_PATH/config.php):无法打开流:第 11 行的 /hsphere/local/home/c263430/quoralist.com/includes/initialize.php 中没有此类文件或目录致命错误:require_once():在 /hsphere/local/home/c263430/quoralist.com/includes/initialize.php 中打开所需的 'LIB_PATH/config.php' (include_path='.:/hsphere/shared/apache/libexec/php5ext/php/') 失败在第 11 行

还,

0 投票
3 回答
2798 浏览

jquery - CSS 绝对 div 中心

如何将绝对 div 居中?

jQuery

但是,这不会使 div 居中。

0 投票
3 回答
2058 浏览

css - 悬停时将位置更改为“绝对”(以显示完整的措辞)

0 投票
2 回答
169 浏览

css - 没有指定顶部、右侧、底部、左侧等的绝对定位元素的行为

给定一个设置了高度和宽度并且设置为 position:absolute 的 dom 元素,如果它没有指定任何定位(如 top、right、bottom 和 left 属性),是否有可预测的元素定位?位置是否默认为左:0,上:0?或者元素是否停留在它最初在页面上的位置?

还是定位因浏览器而异?