Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering bug in IE8 #22

Open
simmerz opened this issue Jan 22, 2010 · 0 comments
Open

Rendering bug in IE8 #22

simmerz opened this issue Jan 22, 2010 · 0 comments

Comments

@simmerz
Copy link

simmerz commented Jan 22, 2010

IE 8 shows a rendering bug. I'm using the following code:

<style>
ul#navigation li a {
        color: white;
        text-decoration: none;
        display: inline-block;
        padding: 0.8em;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        font-weight: bold;
        font-size: 0.8em;
        text-transform: uppercase;
}
</style>

<script>
                var nav = $('ul#navigation li a');
                $.each(nav, function(i, n) {
                        $(n).width($(n).width());
                        $(n).corner("11px");
                });
</script>

The result is that most of them work, but 3 of the navigation links show a bug in rendering as the image below shows:

http://imagepaste.nullnetwork.net/viewimage.php?id=522

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant