Remove jquery slider bar outer border -


im trying remove outer border of bar , cant seem figure out no matter what. ive looked others on , ive tried. here sample

enter image description here

<div id="vertical-slider"></div>  .ui-slider .ui-slider-handle {  margin-left: .2em; cursor: hande;  position: absolute; height: 1.em; width: 1.em; z-index: 2;  outline: 0px; outline: none;  } .ui-slider .ui-slider-handle:focus { outline: none; } .ui-slider-handle { outline: none; } 

i know 1 of "damn took" solutions :d

#vertical-slider {     border:0; } 

worked me

jsfiddle example


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -