iframe problem in IE
Posted: Thu Mar 05, 2009 11:45 am
hi
im using iframe on some of my pages
the frame perfectly matches in firefox but in IE the right boarder does not match and i have two scroll bars rather than one, one for Iframe and one for IE itself
ive attached the pic from IE
and this is html code im using
how should i fix it?
thanks in advance
im using iframe on some of my pages
the frame perfectly matches in firefox but in IE the right boarder does not match and i have two scroll bars rather than one, one for Iframe and one for IE itself
ive attached the pic from IE
and this is html code im using
how should i fix it?
thanks in advance
Code: Select all
<html><head><title><?php echo $CONFIG['siteName']; ?></title><style type="text/css">html,body{margin:0;}</style></head><body><iframe frameborder="0" width="100%" height="100%" src="<?php echo $CONFIG['baseURL'].$key.'/?cloaked=true'; ?>">Your browser does not support frames.</iframe></body></html>