For AI agents: the complete documentation index is available at /next/zh/llms.txt, the full documentation bundle is available at /next/zh/llms-full.txt, and this page is available as Markdown at /next/zh/api/css/properties/relative-inline-start-of.md.
Lynx
  • 简体中文
  • relative-inline-start-of

    介绍

    相对布局中,指定当前元件在指定对应 id 的同级元件的左/右侧。

    directionltr 时,relative-inline-start-of 等价于 relative-left-of

    directionrtl/lynx-rtl 时,relative-inline-start-of 等价于 relative-right-of

    使用示例

    语法

    relative-inline-start-of: none;
    relative-inline-start-of: 1;
    relative-inline-start-of: 2;

    取值

    取值与 relative-left-of 属性相同。

    形式定义

    初始值none
    适用元素relative items
    是否支持继承
    是否支持动画

    形式语法

    relative-inline-start-of = none | <number>

    与 Web 的区别

    • Web 无此属性。

    兼容性

    LCD tables only load in the browser

    除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。