Resolution problems

liunx

Guest
I have a site that I need opinions on.<br />
<br />
I designed the site in 1028x768, but I need to have 800x600<br />
users view this site too.<br />
<br />
Without knowing java or javascript how can I make people that have their resolution on their PC's set to 800x600 view my site?<br />
<br />
<!-- w --><a class="postlink" href="http://www.calpa.info">www.calpa.info</a><!-- w --><br />
<br />
Should I have a splash screen, to view this site for 800x600, click here, for 1028x768 click here.... or would that be abnormal.<br />
<br />
Please let me know what you think.<br />
<br />
Thanks,<br />
PG<!--content-->You should use a flowing design, where almost all sizes are given in percentages, so your pages look the same regardless of resolution. It's a waste of time to maintain two copies of the same thing, and you have problems with search engines, etc (people coming across a link to your site which puts them in the wrong section). Also, using a flowing design supports other resolutions as well.<br />
<br />
Adam<!--content-->Should I do a flowing design with the pics I have too?<br />
<br />
I mean, should the night skyline pic (that is in a frame) on the subsequent pages of the site, should those also have % sizes too so they "flow" ?<br />
<br />
Can you give me an example of a site?<br />
I had my frames set like this, whats wrong with this?<br />
<br />
<br />
<HTML><br />
<br />
<TITLE>Contact Us</TITLE><br />
<br />
<br />
<FRAMESET ROWS="25%,75%" RESIZE="no" FRAMEBORDER="0" FRAMESPACING="0", BORDER="0"><br />
<FRAME NAME="A" SRC=http://www.webdeveloper.com/forum/archive/index.php/"chi_n_1025x180-2.jpg" SCROLLING="no" MARGINWIDTH="0" MARGINHEIGHT="0"><br />
<br />
<br />
<FRAMESET COLS="20%,80%" RESIZE="no" FRAMEBORDER="0" FRAMESPACING="0", BORDER="0"><br />
<FRAME NAME="B" SRC=http://www.webdeveloper.com/forum/archive/index.php/"calpa_sidebar.html" SCROLLING="no" MARGINWIDTH="0" MARGINHEIGHT="0"><br />
<FRAME NAME="C" SRC=http://www.webdeveloper.com/forum/archive/index.php/"contact_1.html" SCROLLING="yes" MARGINWIDTH="0" MARGINHEIGHT="0"><br />
<br />
<br />
</FRAMESET><br />
</FRAMESET><br />
</HTML><!--content-->If you want the pic to be a certain size in relation to the rest of your page then yes. If you want it to be in proportion to the original then only specify the width and the browser will adjust the height automatically.<!--content-->Hi<br />
I have same problem but i am trying work it out and if foind somethink i tell you..<!--content-->
 
Back
Top