My category has not been highlighted, can see any problem with the code given below < Pre> This purely set of styles was done incorrectly. Adding it below made it visible. var minA = 0; Var Maximum A = 900; If (getParameterByName ("min")) {minA = getParameterByName ("min"); } If (getParameterByName ("max")) {maxA = getParameterByName ("max"); ($ Range: true, orientation: "horizontal", minimum: 0, maximum: 900, value: [MINIA, MAXA], slide: function (Event, UI) {$ ("Val (ui.values [0] ); $ ("# Dnn $ menu1 $ upper value"). Val (ui.values [1]); $ ("#cum"). Val ("$" + Ui.values [0]) ; $ ("$ High"). Val ("$" + ui.values [1]);}, stop: function (Event, UI) {$ ("# Val (ui.values [1] Val (ui.values [0]); $ ("$ dnn $ menu1 $ upper value") $ "(" # low "). $" + "+ Ui Values ("$" + ui.values [1]) var url = "BuyAccessories? Min =" + ui.values [0] + "And max =" + ui.values [1]; $ (location) .attr ('href', url); window.location.href (url);}}); $ ("# Val ("$" + minA); $ ("# height"). Val ("$" + maxA);
.ui-widget {font -family: Verdana, Arial, sans-serif; font size: 1.1 AM;} .ui-widget .ui-widget {font-size: 1em; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-family: verdana, ariel, non-serif; Font size: 1em; } .ui-widget-content {limit: 1px solid #aaaaaa; Background: #ffffff url (IMG / ui-bg_flat_75_ffffff_40x100.png 50% 50% repeat-x; Color: # 222222; } .ui-widget-content one {color: # 222222; } .ui-widget-header {boundary: 4px solid #aaaaaa; Background: #cccccc url (IMG / ui-bg_flat_75_cccccc_40x100.png 50% 50% repeat-x; Color: # 222222; font-weight: bold; } .ui-widget-header a {color: # 222222; } / * Overlay * / .ui-widget-overlay {background: #aaaaaa url (IMG / ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; Opacity: .30; Filter: Alpha (Opacity = 30); } .ui-widget-shadow {margin: -8px 0 -8px; Padding: 8px; Background: #aaaaaa url (IMG / ui-bg_flat_0_aaaaaa_40x100.png 50% 50% repeat-x; Opacity: .30; Filter: Alpha (Opacity = 30); -image-radius: 8px; -khtml-boundary-radius: 8px; Webkit-boundary-radius: 8px; Range radius: 8px; }
Comments
Post a Comment