Home / Internet & Networking / Web design / Frame help
0 Members and 3 Guests are viewing this topic. « previous next »
Pages: 1 [2]  All - (Bottom) Print
Author Topic: Frame help  (Read 507 times)
Veltas
Intermediate



Thanked: 7
Posts: 154

Certifications: List
Computer: Specs
Experience: Experienced
OS: Windows 7

1
« Reply #15 on: January 08, 2012, 05:58:34 PM »

Hello Raptor, I see from your posts you're a vintage user!

An example of how the object tag would be any more use than a failed attempt with an iframe at simulating frames would be nice.
IP logged
kpac
Web moderator
Moderator
Hacker



Thanked: 180
Posts: 5,874

Certifications: List
Computer: Specs
Experience: Expert
OS: Windows 7
kpac®

1 1 1
« Reply #16 on: January 08, 2012, 06:03:55 PM »

Quote
I didn't realise you could use a percentage of the height though, that's the issue.  I've tried it before and it didn't work...
There is a hack which makes height work...can't remember exactly what it is and I'm on my phone so can't look.
IP logged

Raptor
Guest
« Reply #17 on: January 08, 2012, 06:07:18 PM »

Hello Raptor, I see from your posts you're a vintage user!

An example of how the object tag would be any more use than a failed attempt with an iframe at simulating frames would be nice.

As far as I know, you can do with the object tag what you could do with the frame tag. Where's the failed iframe experiment?
IP logged
kpac
Web moderator
Moderator
Hacker



Thanked: 180
Posts: 5,874

Certifications: List
Computer: Specs
Experience: Expert
OS: Windows 7
kpac®

1 1 1
« Reply #18 on: January 09, 2012, 11:36:31 AM »

There is a hack which makes height work...can't remember exactly what it is and I'm on my phone so can't look.
Going back to this, now that I'm on the laptop....to make an element appear 100% height you need to set the html and body elements to 100% height in the CSS. You also need to use * to reset the browser window's height.

Code: [Select]
*, html, body {
   height: 100%;
}

An element you set the height to 100% can only stretch to fill the containing element. That's why setting the <body> height to 100% alone doesn't work, because it can only stretch to fill the height of the <html> tag. I got a job before to convert a Flash layout to pure CSS/jQuery, and got it to look almost the exact same. jQuery was used only to add effects to images etc, as it was a photography website, but had nothing to do with the layout.

Quote
As far as I know, you can do with the object tag what you could do with the frame tag.
Yep, if you're completely demented you can even use <object> to insert a plain image.
IP logged

blindhelpfultech
Rookie



Posts: 39

Certifications: List
Computer: Specs
Experience: Expert
OS: Windows 7



« Reply #19 on: May 14, 2012, 08:09:23 PM »

to the admins and all all I would say it is everyones falt for not caring to fix it :) on the other hand your fourm is very nice.
IP logged

A great leader is not one who always leads, but sits back in the back, watches others lead to make themselves better One who says "I know everything about technology and says they have a certification to prove it" Forgot the first rule of life, you never stop learning." Keeping in mind that everyone learns different kindness and patience go much further then disrespect rudeness" If you learn something from someone then your successful and you help others that Measures you as a person not a cert.
reddevilggg
Mentor



Thanked: 55
Posts: 1,809

Experience: Familiar
OS: Windows 7



« Reply #20 on: May 15, 2012, 07:41:01 AM »


to the admins and all all I would say it is everyones falt for not caring to fix it

and yet the topic is marked as solved, strange eh?
IP logged

11 cheers for binary !
BC_Programmer
Mastermind


Thanked: 697
Posts: 15,878

Computer: Specs
Experience: Beginner
OS: Windows 7


Pinkie Pie is best pony

BC-Programming.com 1 1
« Reply #21 on: May 15, 2012, 10:21:33 AM »

to the admins and all all I would say it is everyones falt for not caring to fix it
Not fixing what?
IP logged

My Blog

BASeBlock 2.3.0 (NOW WITH MACGUFFINS!)
kpac
Web moderator
Moderator
Hacker



Thanked: 180
Posts: 5,874

Certifications: List
Computer: Specs
Experience: Expert
OS: Windows 7
kpac®

1 1 1
« Reply #22 on: May 16, 2012, 07:09:45 AM »

and yet the topic is marked as solved, strange eh?
Besides that, the OP is not exactly the easiest member to "help". Locked anyway.
IP logged

Pages: 1 [2]  All - (Top) Print 
Home / Internet & Networking / Web design / Frame help « previous next »
 


Login with username, password and session length

Old Forum Search | Forum Rules
Copyright © 2010 Computer Hope ® All rights reserved.
Powered by SMF 2.0 RC3 | SMF © 2006–2010, Simple Machines LLC
Page created in 0.127 seconds with 20 queries.