xpro Regular Member Joined Jan 21, 2009 Messages 441 Reaction score 23 Nov 20, 2009 #1 Hi is there anyway to hide the left side of an iframe about 10px? I have been searching but did not find a way. Regards!
Hi is there anyway to hide the left side of an iframe about 10px? I have been searching but did not find a way. Regards!
T toplez Newbie Joined Apr 9, 2009 Messages 4 Reaction score 0 Nov 28, 2009 #2 Code: <style type="text/css">iframe { display:none; }</style>