2017-03-04 13 views
0

こんにちはイムCSSの空白を削除することができます。 助けてもらえますか?は、どのように私は、このリンク上でホームページを作る

編集:私はこの方法をMichaelによって使用しようとしました。

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); 
} 

didntの仕事:(

minimap.cssに使用して符号Imは次のとおりです。

.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; 
} 
+0

どの白い線?何も見えない。ミニマップの –

+0

。右に。 – xxxx

+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" > 
+0

悲しいことに、うまく動作しませんでした。 jQuery 1.1を使用している可能性があります。助けてくれてありがとう:) – xxxx

+0

それは簡単なCSS、jQueryにリンクされていません。私の側で働いている。 http://imgur.com/C0WM2ty –

+0

http://stephaniie.com/_testlab/beta1/ - それを使用してください。まだ白い縞模様があります。しかし、それはいくつかの他の欠陥imがあります:) – xxxx

関連する問題