Search the Community
Showing results for tags 'Frames'.
-
TRUE or FALSE??? The frameborder attribute of <frame> tag override the value of frameborder attribute of <frameset> tag.
-
Hello everyone, I know that in HTML5 frames are no more, but what is to be used with the same function? I am building a website and I would like to have the banner, navigation bar and side bar on every page on this site someone looks at. I was thinking about frames which would have solved this problem but as they are being faded out I cannot think of what to use instead. So the other option I can think of is to rewrite the code for each page which really is not an option. Please help!
-
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