Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Not getting bottom frame in Safari

Not getting bottom frame in Safari
Thread Tools
skalie
Mac Elite
Join Date: Mar 2002
Location: Clogland
Status: Offline
Reply With Quote
Nov 2, 2004, 08:08 AM
 
Something wrong with this, maybe? (working with someone elses code)

Code:
<frameset rows="80,*" cols="*" framespacing="0" frameborder="NO" border="0">
     
genevish
Mac Enthusiast
Join Date: Jan 1999
Location: Marietta, GA, USA
Status: Offline
Reply With Quote
Nov 2, 2004, 04:05 PM
 
Framespacing and Border are not part of the frameset specification at all, and Frameborder is part of the Frame element...

http://www.w3.org/TR/REC-html40/pres...#edef-FRAMESET

Try something like this:

<frameset rows="80,*">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<frame name="myName" src="myPage.html" frameborder=0>
</frameset>

-Scott
Scott Genevish
scott AT genevish DOT org
     
skalie  (op)
Mac Elite
Join Date: Mar 2002
Location: Clogland
Status: Offline
Reply With Quote
Nov 2, 2004, 04:41 PM
 
..........ah, that might be what the validation results were trying to tell me.

thanx
     
skalie  (op)
Mac Elite
Join Date: Mar 2002
Location: Clogland
Status: Offline
Reply With Quote
Nov 3, 2004, 05:19 AM
 
Hmmm, those tags in the <framset> attribute don't validate, but seem to be necessary to avoid a white line under the menu.

Anyway, they aren't the cause of the problem, it appears that flash to javascript communication works differently in Safari.
     
   
 
Forum Links
Forum 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
Top
Privacy Policy
All times are GMT -4. The time now is 03:08 AM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,