Thread: Frames and Screen Resolution
Results 1 to 3 of 3
Related
-
Determine screen resolution in HTML? Forum: General Discussion
Replies: 8 -
How do you stretch a website to any screen resolution Forum: HTML Forum
Replies: 5 -
Screen resolution problem Forum: HTML Forum
Replies: 1 -
Standardize Screen Resolution Forum: HTML Forum
Replies: 3 -
Screen Resolution Forum: HTML Forum
Replies: 9
-
01-21-2004, 03:07 AM #1
Frames and Screen Resolution
hi guys,
i am trying to design a website that has frames which can be used in both 800x600 and 1024x768 without having to maintain 2 sets of code.
I have tried including a FRAMESET structure into a table with a width of 760, but this doesn't show up at all!
My second idea was using an IFRAME that has the FRAMESETs in it, and setting it to the width to 800, the downside is that I cannot determine the height of each page i load in the IFRAME so I cannot use that either.
My final idea is that I use an ASP page for my default page and setup a table with width 800 and use <!-- #INCLUDE FILE="section1.htm" --> for the each of the sections.
to include the pages and everything comes out neat.
What is my best option, and what other options do I have?Last edited by baz_man; 01-21-2004 at 03:40 AM.
-
01-21-2004, 09:06 PM #2
-
01-21-2004, 11:56 PM #3
It's kind of hard to say without seeing your site. Got a link?