Home >Web Front-end >HTML Tutorial >Please give me some guidance on how to remove the excess width below. I used CSS cascading style to place the uploaded controls on top of an image, but there is a lot of extra space below. How should I remove these spaces? The following is my webpage_html/css_WEB-ITnose

Please give me some guidance on how to remove the excess width below. I used CSS cascading style to place the uploaded controls on top of an image, but there is a lot of extra space below. How should I remove these spaces? The following is my webpage_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:59:031493browse

2c1c01fe3da5b45638b932defb4b63fc
acf251eef30dadcd95fda0b63932cc24
93f0f5c25f18dab9d176bd4f6de5d30e
48e122a3b2cf97ce4b25f824efe9a0c3
b2386ffb911b14667cb8f0f91ea547a7无标题文档6e916e0f7d1e588d4f442bf645aedb2f
9c3bca370b5104690d9ef395f2c5f8d1
c9ccee2e6ea535a969eb3f532ad9fe89
.table{
z-index:1;
}
.td1{
position:relative;
left: 0px;
top: 0px;
width:150px;
height:150px;
}
.img{
width:150px;
height:150px;
border:0px;
}

.formStyle{
position:relative;
left: 0px;
top: -150px;
z-index: 2;
cursor: pointer;
}

.uploadFile{

opacity: 0.5; 
overflow: hidden;
font-size: 300px;
width: 150px;
height: 150px;
cursor: pointer;
}

531ac245ce3e4fe3d50054a55f265927

6c04bd5ca3fcae76e30b72ad730ca86d

bf3240e536d0c35c7d8121526c32fe01
a34de1251f0d9fe1e645927f19a896e8
320209f4951bcc141038047f29274f38
8e27d19c06dac6e803f1eb41daea8e285937d7848f0a404105bdb50c65dcacc05db79b134e9f6b82c0b36e0489ee08ed
b1e395ed51347c04f7b0699a4ccce256
66f7cca1fedb5c086ff56f58ed48619a
2ed70db0fbfb692b98b2e3e08fb4b490
f5a47148e367a6035fd7a2faa965022e
54bdf357c58b8a65c66d7c19c8e4d114
b90dd5946f0946207856a8a37f441edf
320209f4951bcc141038047f29274f38
8e27d19c06dac6e803f1eb41daea8e285937d7848f0a404105bdb50c65dcacc05db79b134e9f6b82c0b36e0489ee08ed
b1e395ed51347c04f7b0699a4ccce256
9b3258ea6f6739cdcee54dc757394711
2ed70db0fbfb692b98b2e3e08fb4b490
f5a47148e367a6035fd7a2faa965022e
54bdf357c58b8a65c66d7c19c8e4d114
b90dd5946f0946207856a8a37f441edf
fd273fcf5bcad3dfdad3c41bd81ad3e5
f16b1740fad44fb09bfe928bcc527e08


36cc49f0c466276486e50c850b7e4956
73a6ac4ed44ffec12cee46588e518a5e

这是他显示的效果图



我要的效果是


求大牛指导,不知道是不是我css的实现方式写错了


回复讨论(解决方案)

改下样式

.formStyle{position:absolute;left: 0px;top: 0px;z-index: 2;cursor: pointer;}

改下样式

.formStyle{position:absolute;left: 0px;top: 0px;z-index: 2;cursor: pointer;}



太感谢了,可以了。


改下样式

.formStyle{position:absolute;left: 0px;top: 0px;z-index: 2;cursor: pointer;}



太感谢了,可以了。



改下样式

.formStyle{position:absolute;left: 0px;top: 0px;z-index: 2;cursor: pointer;}



太感谢了,可以了。



又出了个问题了,我将他放到jsp里面,他就成这样了

又出了个问题了,我将他放到jsp里面,他就成这样了



这个是什么情况?
图片没上传的时候?
Statement:
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