Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: Re: Convert HTML docs with frames into a single HTML doc?

by AidanLee (Chaplain)
on Nov 29, 2001 at 19:54 UTC ( [id://128380]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Convert HTML docs with frames into a single HTML doc?
in thread Convert HTML docs with frames into a single HTML doc?

<HTMLPracticalMode>
True enough, however assuming (a dangerous thing) that the target audience is using PC-only devices (as opposed to wireless/etc) it is usually safe to assume that there is room for two columns of frames in the window (the menubar/main real-estate phenomenon). Additionally, it is possible to use relative values with absolute positioning and widths

<div style="position:absolute; top:0px;left:0px;width:100%;height: +100px;" > header real estate </div> <div style="position:absolute; top:100px;left:0px;width:20%;" > left menu </div> <div style="position:absolute; top:100px;left:20%;width:80%;" > main real estate </div>
</HTMLPracticalMode>

I'm not going to disagree with you that in general staying away from anything that assumes a particular screen size, but your same advice would also apply to

  • frames
  • tables with width/height specifications

And since he's already got frames here, whether he picks tables to maintain his possibly-too-wide page format, absolute-positioned seems easier

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://128380]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-16 19:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found