Jump to content

Anti Aliasing in Chrome a tad much...


freelance84

Recommended Posts

The attached image is a sanp shot of the same site in 4 browsers all in XP: FF 4.01, Safari 5, Chrome 11, Opera 11.

The HTML:

<div id="signIn" class="rot270 signIn">Sign In/Up</div>

The CSS:

html, body {
font-weight: normal;
font-size: 0.9em;
font-family: Verdana, sans-serif;
}
.rot270{
-moz-transform:rotate(270deg);
-webkit-transform:rotate(270deg);
-o-transform:rotate(270deg);
-ms-transform:rotate(270deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3.375);
}
.signIn{
color: #FFFFFF;
position: absolute;
left:-2em;
        top: 3.5em;
white-space: nowrap;
}

 

As you can see FF and Safari have rendered the text 'Sign In/Up' fine, its crisp and visible. Chrome and Opera however seem to have added some anti aliasing which has resulted in a fairly unreadable blurred effect.

 

Does anyone know if there is some CSS which can correct this?

 

PS/

It is the rotating of the div that has caused this: If i remove the rotation, the text is clear again in all browsers.

 

 

 

[attachment deleted by admin]

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.