<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><BR>&gt; 10. OpenLayers.Control.PanZoomBar : Can I get the Zoom bar<BR>&gt; (slider) without the Pan buttons? (Matthew Pettis)<BR><BR>
Hi.<BR>
One way to do this is by putting this in the bottom of the style.css file: <BR>
#OpenLayers_Control_PanZoom_panup,&nbsp;&nbsp;#OpenLayers_Control_PanZoom_panleft, <BR>
#OpenLayers_Control_PanZoom_panright, #OpenLayers_Control_PanZoom_pandown<BR>
{visibility:hidden;}<BR>
&nbsp;<BR>
Does'nt stop the panbuttons from parsing, but they wont be visible.<BR>
&nbsp;<BR>
If you make your own stylesheet and link it in the webpage below&nbsp;the standard&nbsp;reference of style.css (and create it in your own folder outside of the openlayers structure), you can override just about everything thats delivered out of the box without having to worry about new releases, at least not until they change the id's used on the graphics.<BR>
&nbsp;<BR>
Regards<BR>
Jan Rune Henriksen<BR>Gecko AS<BR><br /><hr />Get news, entertainment and everything you care about at Live.com. <a href='http://www.live.com/getstarted.aspx ' target='_new'>Check it out!</a></body>
</html>