如何在CSS中删除空格

时间:2017-03-04 19:54:03

标签: html css

您好我在这个链接上制作了一个主页: http://stephaniie.com/_testlab/beta1/index.html

我喜欢知道如何去除这些愚蠢的白线。 有人可以帮忙吗?

编辑:我尝试使用迈克尔的这种方法。

我将html-div更改为“quarter.scale-thumb”并添加到CSS中。

.quarter.scale-thumb {
     -webkit-transform: scale(0.2);
     -moz-transform: scale(0.2);
     -o-transform: scale(0.2);
     transform: scale(0.2);
}

没有工作:(

我在minimap.css中使用的代码是:

.minimap {
    z-index:10000;
    position:fixed;
    cursor:pointer;
    font-size: 0em;
    display:block;
    padding: 0;
    margin: 0;
    height: auto;
    border: none;
}

.miniregion {
    z-index : 10001;
    position : fixed;
    background : transparent;
    border: 2px solid silver;
    border-radius: 100%;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    display:block;
    padding: 0;
    margin: 0;
    height: auto;
    border: none;
}

.miniregion.dragging {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    display:block;
        padding: 0;
    margin: 0;
    height: auto;
    border: none;
}

.miniregion:hover {
    box-shadow:0 0 .400em darkgrey;
    display:block;
        padding: 0;
    margin: 0;
    height: auto;
    border: none;
}

.noselect {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    padding: 0;
    margin: 0;
    height: auto;
    border: none;
}

1 个答案:

答案 0 :(得分:0)

CSS

img[usemap] {
    border: none;
    height: auto;
    max-width: 100%;
    width: 95%; //change from auto to 95%
}

.back{
background-color : #fffee0; //add background color
}

HTML

<div id="toolbar-options" class="back" >