Rain Lover Posted January 14, 2012 Report Share Posted January 14, 2012 (edited) Hi, Here's a sample frameset: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><html><head><title>Sample frameset</title></head><frameset rows="50%,50%"> <frame src="http://dl.dropbox.com/u/4017788/Labs/frame_a.html"> <frame src="http://dl.dropbox.com/u/4017788/Labs/frame_a.html"></frameset></html> a) How to remove the frames outer borders (NOT the separator resizing border between the frames) that appear in IE? How to set the frames background to transparent?c) If there aren't straightforward solutions to the above issues, what's a good alternative to the frameset that provides a resizing handle/border? Any different approach? Many thanks in advance!Mike Edited January 14, 2012 by Rain Lover 1 Link to comment Share on other sites More sharing options...
dink Posted January 15, 2012 Report Share Posted January 15, 2012 (edited) Hi Rain Lover,Just curious, why would you want to use frames? http://www.w3schools.com/tags/tag_frame.asp dink Edited January 15, 2012 by dink Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now