On 15/09/2006 13:53, Bradley Wright wrote:
 > #slider_holder div {
 >      margin:0;
 >      padding:0;
 >      border: 1px solid #000;
 >      text-align:center;
 >      position: absolute;
 >
 > }
 > #slider_holder
 > {
 >      width: 150px;
 >      margin-left:5px;
 >      margin-right:5px;
 >      margin-bottom:5px;
 >      padding:0;
 >      z-index: 996;
 >      text-align:center;
 >      position: relative;
 > }
 >
 > #slider_minus
 > {
 >      width:20px;
 >      top: 0;
 >      left: 0;
 > }
 >
 > #slider_plus
 > {
 >      width:20px;
 >      top: 0;
 >      right: 0;
 > }
 >
 > #slider_track
 > {
 >      background-color:#C0C0C0;
 >      width:100px;
 >      z-index: 996;
 >      left: 24px;
 >      top: 0;
 > }

Sorry--you'll need to add this selector in as well. That'll teach me to 
not hit refresh :)

#slider_holder #slider_handle {
     border: 0;
     position: static;
}
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to