The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Frames: remove the outer borders in IE; background transparency
RainLover
post Jan 14 2012, 02:52 PM
Post #1


Advanced Member
****

Group: Members
Posts: 216
Joined: 16-November 09
Member No.: 10,346



Hi,

Here's a sample frameset:

CODE
<!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
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 24th April 2024 - 05:25 PM