Sorry for the uber-late reply. I'm aware that IE occasionally messes up the slider rendering, causing the numbers to be above/below the slider rather than to its sides (as they should appear in a horizontal slider configuration). As a workaround to the problem you can force a min-width onto a DIV element surrounding the slider. E.g.:
<div style="min-width: 250px" > <div id="sliderContainer"></div> </div> /R. On 23 June 2011 21:17, golfinggael <[email protected]> wrote: > I have a visualization table where I have added a slider control. The > looks/works fine in Firefox and Chrome but in IE8 the format of the > slider is messed up (the numbers are on top and bottom instead of > left and right and it looks like the slider background color is larger > than it's container). Do I need to include a CSS hack for IE? > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
