Forums
This topic is locked
Frame borders in IE on Mac
Posted 25 May 2004 03:08:19
1
has voted
25 May 2004 03:08:19 chadmih chad posted:
Hello there,I am having a problem with frame borders showing up on IE on mac even though I have the attributes set to "no". Anyone know how to fix this?
<frameset rows="183,*,20" border=0 frameborder="no">
<frame src="top.htm" name= "topspace" frameborder="NO" scrolling="no" noresize marginwidth=0 marginheight=0>
<frameset cols="*,760,*" border=0 frameborder="no">
<frame src="frame_left.htm" name="lspace" frameborder="NO" scrolling="no" noresize marginwidth=0 marginheight=0>
<frame src="main_home.htm" name= "mainContent" frameborder="NO" scrolling="auto" noresize marginwidth=0 marginheight=0 id="mainContent">
<frame src="frame_right.htm" name="rspace" frameborder="NO" scrolling="NO" noresize marginwidth="0" marginheight="0">
</frameset>
<frame src="bottom.htm" name="botspace" frameborder="NO" scrolling="no" noresize marginwidth=0 marginheight=0>
</frameset>
<h6>JUXTAFLO_</h6>
<img src="www.juxtaflo.com/images/flashkit_footer.jpg" border=0>
Replies
Replied 25 May 2004 10:21:38
25 May 2004 10:21:38 Vince Baker replied:
Hi Chad,
Looking at your code it appears that you have missed out some quotes for the border value for example, should be border="0" rather than border=0.
Maybe this is screwing your code.
Here is a link to all frameset params and which browser they will show on, you should have no problem with frameborder support as it works on IE 3....
www.course.com/downloads/newperspectives/crweb2/dhtml/HTMLframe.htm
Regards
Vince
DMX Talkzone Manager
Visit my home: www.chez-vince.com
(Now completely CSS based and bye bye to all tables!)
VBScript | ASP | HTML | CSS | SQL | Oracle | Hosting
Looking at your code it appears that you have missed out some quotes for the border value for example, should be border="0" rather than border=0.
Maybe this is screwing your code.
Here is a link to all frameset params and which browser they will show on, you should have no problem with frameborder support as it works on IE 3....
www.course.com/downloads/newperspectives/crweb2/dhtml/HTMLframe.htm
Regards
Vince
DMX Talkzone Manager
Visit my home: www.chez-vince.com
(Now completely CSS based and bye bye to all tables!)
VBScript | ASP | HTML | CSS | SQL | Oracle | Hosting
Replied 26 May 2004 21:20:09
26 May 2004 21:20:09 chadmih chad replied:
Thanks for the info bakerv. The "0" didnt help. I will keep trying though.
<h6>JUXTAFLO_</h6>
<img src="www.juxtaflo.com/images/flashkit_footer.jpg" border=0>
<h6>JUXTAFLO_</h6>
<img src="www.juxtaflo.com/images/flashkit_footer.jpg" border=0>