HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Works for me but not for Windows or Mac..
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
Aphrael



Joined: 22 Apr 2005
Posts: 2
Location: Indiana

PostPosted: Fri Apr 22, 2005 9:59 pm     Works for me but not for Windows or Mac.. Reply with quote

I'm not a windows or mac user. So I'm not certain what the deal is with frames not loading properly for them when it works fine for me.. I have FireFox, Mozilla, Konqueror, and Epiphany and all display the frames not all perfectly, but with little variation. So here's the code..

<html>
<head>
<title>Set 38</title>
<head>
<frameset rows="225, *" frameboder="no" border="0" framespacing="0">
<frame src="top.html" noresize>
<frame src="main.html" name="home">
</frameset>
</html>

There's an alternate of the code which also doesn't work.

<html>
<head>
<title>Set 38</title>
<head>
<frameset rows="225, *" frameboder="no" border="0" framespacing="0">
<frame src="top.html" noresize>
<frame src="main.html" name="home" scrolling="auto" marginheight="0" marginwidth="0">
</frameset>
</html>

There have been several options in between the second shown (which was the original) and the first shown (which was the end result) and of the 47 windows and mac users that I know not a single solitary one of them ever got more than a white page with a bar in the middle for any incarnation.

Additional Question:
Would having mouse over buttons in the 'top.html' destroy the ability of the frames to work?
degsy



Joined: 23 Feb 2005
Posts: 2440
Location: North East, UK

PostPosted: Sat Apr 23, 2005 6:15 am     Reply with quote

You haven't closed the head and you are missing your body tags
Aphrael



Joined: 22 Apr 2005
Posts: 2
Location: Indiana

PostPosted: Sat Apr 23, 2005 9:39 am     Reply with quote

Even with the head tag closed the first bit of code doesn't work.
Closing head and adding body tags to the second set did not make it work either. I've been beating on this for 12 hours now and I've rebuilt the code at least 20 times. Spell checked it, tag verified everything.. still no working..

This is the code I'm using at this point.

<html>
<head>
<title>Set 38</title>
</head>
<frameset rows="225, *" frameborder="no" border="0" framespacing="0">
<frame src="top.html" noresize>
<frame src="main.html" name="home" scrolling="auto" marginheight="0" marginwidth="0">
</frameset>
</html>
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Webmaster Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial