Using the page zoom in IE7, the following code at certain zoom levels looks funny. Is this a problem with my code or with IE7's zoom feature?
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
*{
font-size: 14px;
}
</style>
</head>
<body>
<div style="padding-left: 8px; background-color: #eeeeee;">
<div style="padding-left: 32px; background-color: #ffffff;"><span style="color: #0033cc; font-size: 16px; font-weight: bold;">Your Microsoft applications will always be available, within a <span style="text-decoration: underline;">single</span> click</span></div>
</div>
</body>
</html>