gpt4 book ai didi

html - css 定位,图像被剪切

转载 作者:行者123 更新时间:2023-11-28 07:00:15 26 4
gpt4 key购买 nike

我卡住了。正如您在屏幕截图中看到的那样 enter image description here

我标记了,我想将 PNG 标志放在该 div 的顶部并获得该结果。 enter image description here

但是,我尝试使用绝对定位,但 Logo 被剪掉了enter image description here

那怎么办呢?

<div id="bodyWrapper">
<div id="header">
<div class="header-wrapper">
<div class="header-top">
<div class="container">
<div class="row">
<div class="topRow">
<div id="storeLogo">
<a href="/"></a><img src="/images/original.png" width="200px" height="180px" alt="Свадебный салон" title="Свадебный салон Золушка"/> </div>

和CSS

#header .header-wrapper {
background: url(/images/bg_1.png) repeat-x top left; }
#header .header-wrapper .header_menu {
border-top: 1px solid #e5e4e4;
-moz-box-shadow: 0 9px 9px 1px rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 0 9px 9px 1px rgba(0, 0, 0, 0.08);
box-shadow: 0 9px 9px 1px rgba(0, 0, 0, 0.08); }
#header #storeLogo {
float: left;
top: -100px;
position: absolute;
margin: 0 0 0 0; }
#header #storeLogo a {
display: inline-block; }
#header .topRow {
font-family: "Roboto", sans-serif; }
#header .topRow .languages {
margin-right: 22px; }
#header .topRow .currencies {
margin-right: 47px; }
#header .topRow .currencies,
#header .topRow .languages {
overflow: hidden;
position: relative;
float: right;
color: #888888;
margin-top: 49px; }

最佳答案

由于我的错误问题已解决。解决:正如 Nick R 所说,包装器有 overflow:hidden 选项。还有其他具有此类选项的 div-s。从右侧的 div 中移除 overflow:hidden - 已修复。谢谢。

关于html - css 定位,图像被剪切,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33281009/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com