Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Frames: remove outer borders in IE; background transparency


Rain_Lover - 8:08 pm on Jan 14, 2012 (gmt 0)


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?
b) 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


Thread source:: http://www.webmasterworld.com/css/4406869.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com