text 附加cookie的图像到squarespace cookie的横幅

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 附加cookie的图像到squarespace cookie的横幅相关的知识,希望对你有一定的参考价值。

// I created a 20x20px .png cookie image to add to my cookie notice button. Feel free to use the link below to download mine and upload it to your own Squarespace website. Or create your own. Get creative! :) Upload this image in Design > Custom CSS > Manage Custom Files to use it in your CSS.

.cookie-notice button:before {
    content: url(https://static1.squarespace.com/static/5ab9b2bd4cde7ab8d5a90e2c/t/5aff0c3c88251b88948c0edb/1526664252828/cookie-small.png);
    position: relative;
    top: 2px;
    margin-right: 5px;
    vertical-align: middle;
}

以上是关于text 附加cookie的图像到squarespace cookie的横幅的主要内容,如果未能解决你的问题,请参考以下文章

将 cookie 附加到 WorkLight Adapter 响应标头

如何使用 Apache 将 cookie 值附加到响应位置标头的末尾?

如何在上传带参数的图像时使用 AFNetworking 2.0 设置 cookie?

谷歌分析跨域跟踪而不将 Cookie 附加到 URL?

将 GestureRecogniser 附加到多个图像视图

在将图像附加到 DOM/浏览器之前,如何获取图像的宽度/高度?