Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
inet
active_desktop
active_scrptng
asp.components
asp.db
asp.general
comctl32
comp.packaging
components.dev
dbweb
dhtml_editing
docobjects
html_authoring
html_objmodel
iis
iis.ftp
iis.security
iis.smtp_nntp
indexserver
misc
mshtml_hosting
scripting.jscript
scripting.vbscript
sdk_setup
shell_objmodel
urlmonikers
webbrowser_ctl
wininet
  
 
date: Mon, 10 Sep 2007 12:38:01 -0700,    group: microsoft.public.inetsdk.html_authoring        back       


Bug in IE7: Doesn't scale images given through CSS url() rule   
Hi,

IE7 provides a function to scale a given HTML page. Yet, it misses to scale 
images given through CSS using the url attribute, like:

  td
    {background-image: url('myGif.gif');}

This blocks our production from rolling out on IE7.

Is there any channel to submit this bug?

TIA,
www.axeldahmen.com
Axel Dahmen
date: Mon, 10 Sep 2007 12:38:01 -0700   author:   Axel Dahmen am

RE: Bug in IE7: Doesn't scale images given through CSS url() rule   
Here's a HTML showing the problem (it appears that an image applied to the 
body element does not scale along with the document):

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Scaling Problem Demonstration</title>
    
    <style type="text/css">
	body
		{
			background-image: url('test.gif');
			background-repeat:repeat-y;
		}
    </style>
</head>
<body>
	<table>
		<tr>
			<td>This is a test text.</td>
		</tr>
	</table>
</body>
</html>
date: Tue, 25 Sep 2007 07:00:01 -0700   author:   Axel Dahmen am

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us