Previous Message
Next Message

Print problem in IE XP only

Sent by Nedret Saidova on 8 February 2005 14:02


Thanks, Chris - the rules seem to work fine.

But I have a container (#tile) within a container and it seems to me IE XP
does not obey to the rules when it comes to this embedded container -
stretches it to the right side, which causes cutting the content. If I set
margin-right: 200px to it, then it is fine in IE XP, but of course it
shrinks the content in all other browsers that were ok to start with.

So I know what causes the problem, but don't know how to resolve it... I
think you are right, Georg, most browsers seem to trim to size, except IE
(in this case in XP).

Here's the code:
************************************
body 
{
	background: white;
	margin: 0;
	padding: 0;

}
#container, #tile 
{
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
	font-family: "Verdana", "Trebuchet MS", "Helvetica", "Arial", serif;
	font-size: 10pt;
	
}
#content
{
	padding: 0;
	width: auto; 
	margin: auto;	
}
************************************
nedret

______________________________________________

" This email communication  and any attachments are  confidential  and are  intended only  for the 
individual(s) or entity named above and others who have been specifically authorized to receive it.
  If you are not the intended recipient, please do not copy, use or disclose the contents  of this 
communication to others.   Please notify the sender that you have  received this email in error by 
replying to the email or by telephoning the sender.  Please then delete the email and any copies of
 it.  This information may contain private, confidential or privileged material.  Thank you."
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: