Choppy Text

They have: 1 posts

Joined: Jan 2006

Hello everyone, I'm a bit stumped with this problem I'm dealing with. I've looked everywhere.

If you notice Bolded text is choppy. This only happens in internet explorer. The white background is the ".content" div layer. Can anyone help me?

css:

/* This controls certain characteristics of the body tag */
body {
margin: 0px;

/* Specify what font to have for entire page */
font-family: "Trebuchet MS", Arial, Verdana, Helvetica;

/* Page's background color */
background-color: #000000;

/* Page's wallpaper */
background-image: url('templates_img/bg05.jpg');

background-repeat: repeat-x;
background-position: top;
background-attachment: fixed;
}

.content {
width: 80%;
min-width: 780px;
max-width: 1000px;
text-align: left;

/* if you do not want a background-color
simply change to 'tranparent' with out quotes. */
background-color: #FFFFFF;

/* if you do not want a border change to 'none'
without quotes */
border: 1px solid #000000;

padding: 4px;
margin-bottom: 30px;
}
'

They have: 64 posts

Joined: Oct 2005

what is the website's address?

demonhale's picture

He has: 3,278 posts

Joined: May 2005

post a link and lets have a look at...

Busy's picture

He has: 6,151 posts

Joined: May 2001

tried changing your font?

JeevesBond's picture

He has: 3,956 posts

Joined: Jun 2002

That's Windows fault, specifically the fact that it doesn't anti-aliase text. Have a look at this article: http://www.zeldman.com/daily/0404h.shtml#print2

Specifically the bit that says:

Quote: Every time I design a website in Photoshop, I leave the body text non-antialiased, because ugly, pixellated text is what most computer users will see. I wish they could see what I see when I use OS X.

I must quickly mention that Mac OS is based on Linux, which also provides text anti-aliasing (in most cases).

So change the font around until it looks ok on Windows, and remember: If you convert everyone to using Mac or Linux, the world will be a better - anti-aliased - place. Wink

a Padded Cell our articles site!

Renegade's picture

He has: 3,022 posts

Joined: Oct 2002

JeevesBond wrote: ...and remember: If you convert everyone to using Mac or Linux, the world will be a better - anti-aliased - place. Wink

Haha, nicely said Sticking out tongue

02bunced's picture

He has: 412 posts

Joined: May 2005

If we're going to be pedantic, Mac OS is based on a combination of BSD and NeXT Step . . . Wink

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.