zoukankan
html css js c++ java
弹出层屏幕居中
给DIV加上以下样式即可
style="z-index: 10; display: none; 700px; height: 440px; left: 50%; top: 45%; margin-left: -350px; position: absolute;"
主要是定义好的宽度,然后Margin-left的值负宽度的一半,left百分之50,top可以选择30%--50%之间
查看全文
相关阅读:
hdu 5119 Happy Matt Friends
hdu 5128 The E-pang Palace
hdu 5131 Song Jiang's rank list
hdu 5135 Little Zu Chongzhi's Triangles
hdu 5137 How Many Maos Does the Guanxi Worth
hdu 5122 K.Bro Sorting
Human Gene Functions
Palindrome(最长公共子序列)
A Simple problem
Alignment ( 最长上升(下降)子序列 )
原文地址:https://www.cnblogs.com/minily/p/7390866.html
最新文章
一个ButtonDemo序(遇到的问题,以及在大牛的帮助下,如何解决的。)
一个ButtonDemo的实现过程。
java中下面这些引入都代表什么意思啊?
java中静态方法和非静态方法调用的一点小困扰,已解决。
little case1
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 0
CF 135B Rectangle and Square(正方形判断 & 矩形判断)(数学)
POJ 3273 Monthly Expense(二分查找)
HDU 1069 Monkey and Banana(DP)
HDU 1506 Largest Rectangle in a Histogram(DP)
热门文章
HDU 2602 Bone Collector(01背包)
HDU 2546 饭卡(背包)
UVA 10066 The Twin Towers (LCS)
HDU 3123 GCC(同余模定理)
POJ 1942 Paths on a Grid(组合数学)
POJ 1019 Number Sequence(组合数学)
hdu 5120 Intersection
hdu 5074 Hatsune Miku
hdu 5113 Black And White
hdu 5112 A Curious Matt
Copyright © 2011-2022 走看看