Warning

 

Close
Confirm Action

Are you sure you wish to do this?

Cancel Confirm
AR15.COM
4/12/2006 6:02:43 PM EDT
Making a website for our shooting group. Using Dreamweaver.
I made the homepage using frames with borders on.

Click

Now heres the thing I cant figure out. In IE it shows the frame borders, in Firefox it doesnt....
I dont even know where to begin figuring out THAT problem.

So, HTML guru's, why do I have borders in IE and no borders in Firefox??
4/12/2006 6:06:08 PM EDT
[#1]
frames are obsolete.  you should use tables, if possible.

as for your HTML, you have the borders set to 0:


<frameset rows="109,*" cols="*" frameborder="NO" border="0" framespacing="0">
 <frame name="topFrame" scrolling="NO" noresize src="F2.htm" frameborder="YES" bordercolor="#000000" >
 <frameset cols="115,*" frameborder="YES" border="0" framespacing="0" rows="*" bordercolor="#000000">
   <frame name="leftFrame" noresize scrolling="NO" src="F3.htm" bordercolor="#000000" frameborder="YES">
   <frame name="mainFrame" src="F1.htm" frameborder="YES" bordercolor="#000000">

4/12/2006 6:07:20 PM EDT
[#2]
tables are obsolete....use css
4/12/2006 6:08:34 PM EDT
[#3]
Cool, thanks guys!

As for frames being obsolete.....This is the first website I've ever made. Cut me some slack.
4/12/2006 6:09:46 PM EDT
[#4]

Quoted:
tables are obsolete....use css



now that just makes things too complicated.  tables are as simple as frames, but don't come with the related problems of displaying multiple HTML files with multiple URLs at the same time.
4/12/2006 6:45:22 PM EDT
[#5]

Quoted:
tables are obsolete....use css



+1

you may want to look into iframes, though.
4/12/2006 6:47:51 PM EDT
[#6]
HTML is obsolete. look into flash!