Whats the latest solution for achieving round corners for IE.

It may not be the latest, but at least it's a solution:

Sliding doors with sprites.

<div class="box">
        <div class="box-top">
                <div class="box-top-right">
                </div>
        </div>
        <div class="box-content">
                <div class="box-content-right">
                <!-- content goes here -->
                </div>
        </div>
        <div class="box-bottom">
                <div class="box-bottom-right">
                </div>
        </div>
</div>


Best regards,

Andreas

Reply via email to