Help with frames...

This is a discussion on "Help with frames..." within the Web Page Design section. This forum, and the thread "Help with frames... are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old May 31st, 2005, 17:27
New Member
Join Date: May 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Help with frames...

Hello,

I'm just learning how to do web design and am doing a friends website using html, frames, and css (and a wee little bit of javascript).

Anyhow, the site is working just fine on my mac (safari browser) but it is not showing up on my pc (internet explorer).

Could someone possibly take a look at it and maybe give me some hints on how to fix it? I'd be eternally grateful.

Thanks in advance!

The link:

http://www.courtneyweinstein.com/cli...ms/events.html
[/url]

  #2 (permalink)  
Old May 31st, 2005, 19:36
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
Thinking back to the days when I did frames (I hate them.... bad, bad... frames = bad!!) I never remeber specifying measurement units in the frame declaration. In your frames page, try dropping the 'px' leaving just the numbers.

Dunno if this works, but without getting my 1997 head outta the closet, it's my best guess.
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
  #3 (permalink)  
Old Jun 1st, 2005, 01:33
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
hi

the problem is you closed the frames tag and then reopned it. IE must just want to makes its own rules up. i dont know why it does it. but what you need is this:
Code: Select all
<html><head><title>Ten18Films  |  EVENTS</title>
</head>

<frameset rows="115px,*" border="0" frameborder="no">

<frameset cols="80%" border="0" frameborder="no">
	<frame src="navigation.html" scrolling="no" noresize>


<frameset cols="*,250px,460px,*" border="0" frameborder="no">

	<frame src="black.html" name="blackleft" scrolling="no" noresize>
	<frame src="eventslinks.html" name="eventsleft" scrolling="no" noresize>
	<frame src="events/5.html" name="eventsright" scrolling="no" noresize>
	<frame src="black.html" name="blackleft" scrolling="no" noresize>
</frameset>



</html>
But robs right - frames are not worth the hassle they will give you or your users to your website.
anyways - ttfn
  #4 (permalink)  
Old Jun 1st, 2005, 02:58
New Member
Join Date: May 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Thank you so much...its working now. I realize frames are the devil and whatnot, but since I'm still learning, thats about the most I know. I'm starting to teach myself javascript and whatnot, but like I said, I'm still a beginner. Frames was the only way I knew how to go about trying to get it to work.



THank you both again.
  #5 (permalink)  
Old Jun 1st, 2005, 18:52
New Member
Join Date: May 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Actually, I was wrong. Now its working on a PC and not a mac. Help!!
Closed Thread

Tags
help, frames

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Frames Help lithiumforce Starting Out 4 Jun 25th, 2007 10:39
Frames piratescotty Web Page Design 8 May 22nd, 2007 19:11
Nav Bar/Frames - Plz help!!! design4586 Graphics and 3D 2 Jun 14th, 2006 16:26
Frames Pointblank Web Page Design 7 Jan 27th, 2006 21:30
I need help with frames!!!! courtjester Web Page Design 2 Sep 20th, 2003 07:30


All times are GMT. The time now is 21:26.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43