< --Window with scroll bar, there is a black shadow when closed!_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:24:42
Original
986 people have browsed it

html css dom


Please solve it!

Reply to discussion (solution)

It sinks so quickly! Can anyone help me? . .

It sinks so quickly! Can anyone help me? . .
How can I help you solve it without posting the code?


It sinks so fast! Can anyone help me? . .
How can I help you solve it without posting the code?

<fieldset>        <legend>公司设置:</legend>        @using (Html.BeginForm())        {        <div class="info" style="font-size:12px; overflow-x:scroll; width:480px; height:300px;">        @foreach (var item in Model)        {            <div class="div-select-item"><input id="@item.CI_ID" name="chb"  value="@item.CI_ID" @(companys.Contains(item.CI_ID.ToString()) ? "checked=\"checked\"" : "")) type="checkbox" style="margin:0 0 0 15px;" />@item.CI_NAME</div>        }                </div>                        <input id="Hidden1" type="hidden" name="txtUserId" value="@ViewBag.UserId" />        <div style="position:absolute; right:30px; bottom:10px;">        <input id="btnOk" type="submit" class="button1" value="确定" />        <input id="btnClose" type="button" class="button1" value="关闭" />        </div>        }    </fieldset>
Copy after login

Can you be more professional? You are asking a front-end question. Just post the front-end html code. You can also copy the html source code of the entire page.

Can you be more professional? You are asking a front-end question. Just post the front-end html code. You can also copy the html source code of the entire page.
It’s the front-end code.

Hehehehe

I feel like it’s covered in something.

I feel like it's covered in something.
Yes, there is a pop-up window. If this window has a scroll bar, when it is closed, the scroll bar will turn into a black flash.

Not sure what caused the problem. But you can try height adaptive without scroll bar. If you want to be beautiful, you can achieve some effects through inner margins

I am not sure what is causing the problem. But you can try height adaptive without scroll bar. If you want it to be beautiful, you can achieve some effects through inner margins
Hey, there is a lot of content in the window, so it’s useless if you don’t use it. . But I don't have this problem under IE. .
Thank you!

Take care, owner, I will ignore minor issues.

Well, forget it

It seems to be a browser problem

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template