This is a migrated thread and some comments may be shown as answers.

Upside down radial gauge in IE7?

1 Answer 18 Views
Gauge
This is a migrated thread and some comments may be shown as answers.
Scott Barnes Jr
Top achievements
Rank 1
Scott Barnes Jr asked on 22 May 2015, 05:44 PM

Hi!

 

I'm trying to gain insight into why my radial gauge looks fine in IE8 and above, but in IE7 I'm seeing the whole thing flipped upside down and misaligned. Everything I'm using to style the gauge seems very simple. Can anyone help? 

<div class="gauge-container">
    <div id="needGauge"></div>
</div>

<style scoped>
    #needGauge, #riskGauge {
        width: 75%;
        height: 65%;
        margin: -60px auto;
        clear: both;
    }
 
   .gauge-container {
       width: 100%;
       max-width: 220px;
       text-align: center;
       margin: 0 auto;
    }
</style>

1 Answer, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 26 May 2015, 06:59 AM
Hello Scott ,

Please examine this forum post (http://www.telerik.com/forums/why-does-my-gauge-look-like-this) that treats a similar issue.

Regards,
Danail Vasilev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Gauge
Asked by
Scott Barnes Jr
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Share this question
or