Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-04-2007, 04:44 PM   PM User | #1
codingmasta
New Coder

 
Join Date: Dec 2006
Location: Bahrain
Posts: 96
Thanks: 0
Thanked 0 Times in 0 Posts
codingmasta has a little shameless behaviour in the past
frameborder="0" is a mess! ie6 ok, ff not

check this site and see the border between the frames too thick in ff!!! in ie got no problems though.

This is weird!!!
codingmasta is offline   Reply With Quote
Old 02-04-2007, 04:49 PM   PM User | #2
drippin
New Coder

 
Join Date: Feb 2007
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
drippin is an unknown quantity at this point
<frameset cols="20%,80%" frameborder="NO" border="0" framespacing="0">

see if that works.
drippin is offline   Reply With Quote
Old 02-04-2007, 04:51 PM   PM User | #3
codingmasta
New Coder

 
Join Date: Dec 2006
Location: Bahrain
Posts: 96
Thanks: 0
Thanked 0 Times in 0 Posts
codingmasta has a little shameless behaviour in the past
sorry, still not fine.
codingmasta is offline   Reply With Quote
Old 02-04-2007, 04:58 PM   PM User | #4
drippin
New Coder

 
Join Date: Feb 2007
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
drippin is an unknown quantity at this point
you putting them in <frame> not <frameset> try placing it in the frameset instead, not the individual frames.
drippin is offline   Reply With Quote
Old 02-04-2007, 05:00 PM   PM User | #5
drippin
New Coder

 
Join Date: Feb 2007
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
drippin is an unknown quantity at this point
Code:
<html>
<frameset cols="20%,80%" frameborder="NO" border="0" framespacing="0">
<frame src="http://www.freewebs.com/grayandblack/index.htm" noresize="noresize">
<frame src="http://www.freewebs.com/grayandblack/frame2.htm" noresize="noresize">
</frameset>
</html>
should be something along those lines.
drippin is offline   Reply With Quote
Old 02-04-2007, 05:02 PM   PM User | #6
codingmasta
New Coder

 
Join Date: Dec 2006
Location: Bahrain
Posts: 96
Thanks: 0
Thanked 0 Times in 0 Posts
codingmasta has a little shameless behaviour in the past
thanks problem is solved.
codingmasta is offline   Reply With Quote
Old 02-04-2007, 05:03 PM   PM User | #7
drippin
New Coder

 
Join Date: Feb 2007
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
drippin is an unknown quantity at this point
welcome mate, happy codin
drippin is offline   Reply With Quote
Old 02-05-2007, 04:52 AM   PM User | #8
Arbitrator
Senior Coder

 
Arbitrator's Avatar
 
Join Date: Mar 2006
Location: Splendora, Texas, United States of America
Posts: 2,902
Thanks: 5
Thanked 188 Times in 185 Posts
Arbitrator is on a distinguished road
Just FYI, putting the frameborder="0" attribute on frame (not frameset) elements is the correct method of removing the borders as per the HTML 4.01 specification. It’s just not supported by current browsers. In fact, there’s no valid way of removing the frame borders in those browsers due to lack of support for the correct method.
__________________
Please for the love of god stop making IE. You current "browser"s cause me to cry every day. —Phil *
Arbitrator is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:18 PM.


Advertisement
Log in to turn off these ads.