Quick tip: Iframes in ie7
When using iframes in Internet Explorer 7, a border shows around the frame. To remove this border enter frameborder="0" as an attribute to the iframe tag. See below for an example
< iframe src="your_source.html" id="your_id"
scrolling="no" frameborder="0" >
< iframe src="your_source.html" id="your_id"
scrolling="no" frameborder="0" >
Labels: Quick tip


0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home