473,394 Members | 1,902 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Re-sizing problem with my web-page

Hello everyone:

When I view my web-page on different computers, I am having trouble
with re-sizing the screen on some of them. Was wondering what should be
done differently to take care of the resizing problem with the screen?

My banner images are not getting resized to the page.

Here is the sample of my code:

<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<titleTesting my website- Home Page </title>
</head>
<frameset rows = "30%,*" border = "5" >
<frame name="banner" src ="homepagebanner.html" bordercolor = yellow
scrolling ="no" >
<frameset cols="15%,*" border = "5">
<frame name ="sidebar" src ="sidebar.html" bordercolor = yellow
scrolling = "no">
<frame name = "main" src = "main.html" >
</frameset>
</frameset>
</html>

Thanks in advance....

Nov 30 '06 #1
3 1373
wrote on 30 nov 2006 in comp.lang.javascript:
Hello everyone:

When I view my web-page on different computers, I am having trouble
with re-sizing the screen on some of them. Was wondering what should be
done differently to take care of the resizing problem with the screen?
Resizing a screen can only be done by exchanging the monitor, methinks,
so perhaps you could refrase?
My banner images are not getting resized to the page.
Images cannot be displayed on a framespage as you show below.
Here is the sample of my code:

<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<titleTesting my website- Home Page </title>
</head>
<frameset rows = "30%,*" border = "5" >
<frame name="banner" src ="homepagebanner.html" bordercolor = yellow
scrolling ="no" >
<frameset cols="15%,*" border = "5">
<frame name ="sidebar" src ="sidebar.html" bordercolor = yellow
scrolling = "no">
<frame name = "main" src = "main.html" >
</frameset>
</frameset>
</html>
I see no javascript here.
This NG is for javascript questios.
Perhaps you better ask in an html ng?
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Nov 30 '06 #2
Daz

re*******@gmail.com wrote:
Hello everyone:

When I view my web-page on different computers, I am having trouble
with re-sizing the screen on some of them. Was wondering what should be
done differently to take care of the resizing problem with the screen?

My banner images are not getting resized to the page.

Here is the sample of my code:

<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<titleTesting my website- Home Page </title>
</head>
<frameset rows = "30%,*" border = "5" >
<frame name="banner" src ="homepagebanner.html" bordercolor = yellow
scrolling ="no" >
<frameset cols="15%,*" border = "5">
<frame name ="sidebar" src ="sidebar.html" bordercolor = yellow
scrolling = "no">
<frame name = "main" src = "main.html" >
</frameset>
</frameset>
</html>

Thanks in advance....
I think that screen resolution might be the answer to your question,
unless I am misunderstanding your question.

In my humble opinion, it's often best to design your website using
absolute dimensions, and assuming that the user has a 800x600 monitor
resolution. If you use absolute dimensions, then you banners should fit
into the frame no matter what.

I think this could be the root of your problem.

If this is not any help, (which I suspect), please could you be more
specific, and perhaps give us a URL where we can see the problem
ourselves?

Nov 30 '06 #3
ASM
re*******@gmail.com a écrit :
Hello everyone:

When I view my web-page on different computers, I am having trouble
with re-sizing the screen on some of them.
You know that browser can be configured to do not accept resizing ?
Was wondering what should be
done differently to take care of the resizing problem with the screen?

My banner images are not getting resized to the page.
???

1) you did fix your banner area in % why ?
couldn't you fix it in px ?
(hight of your image in "homepagebanner.html")

2) you don't give the code of "homepagebanner.html"
how can we help about the size of this banner image(s) ?
Here is the sample of my code:

<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<titleTesting my website- Home Page </title>
</head>
<frameset rows = "30%,*" border = "5" >
<frame name="banner" src ="homepagebanner.html" bordercolor = yellow
scrolling ="no" >
<frameset cols="15%,*" border = "5">
<frame name ="sidebar" src ="sidebar.html" bordercolor = yellow
scrolling = "no">
<frame name = "main" src = "main.html" >
</frameset>
</frameset>
</html>

--
Stephane Moriaux et son (moins) vieux Mac déjà dépassé
Stephane Moriaux and his (less) old Mac already out of date
Nov 30 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Craig Bailey | last post by:
Anyone recommend a good script editor for Mac OS X? Just finished a 4-day PHP class in front of a Windows machine, and liked the editor we used. Don't recall the name, but it gave line numbers as...
10
by: James | last post by:
What is the best method for creating a Web Page that uses both PHP and HTML ? <HTML> BLA BLA BLA BLA BLA
1
by: joost | last post by:
Hello, I'm kind of new to mySQL but more used to Sybase/PHP What is illegal about this query or can i not use combined query's in mySQL? DELETE FROM manufacturers WHERE manufacturers_id ...
2
by: sky2070 | last post by:
i have two file with jobapp.html calling jobapp_action.php <HTML> <!-- jobapp.html --> <BODY> <H1>Phop's Bicycles Job Application</H1> <P>Are you looking for an exciting career in the world of...
1
by: Brian | last post by:
I have an array like this: $events = array( array( '2003-07-01', 'Event Title 1', '1' //ID Number (not unique) ), array( '2003-07-02',
1
by: Clarice Almeida Hughes | last post by:
tenho um index onde tenho o link pro arq css, como sao visualizados pelo include todas as paginas aderem ao css linkado no index. so q eu preciso de alguns links com outras cores no css, o q devo...
4
by: Zachary Antolak | last post by:
I implemented a timer in my PHP page to see how long it takes to run. Here's the code: $this->start_time = microtime(); /* All the code */ $this->end_time = microtime(); $this->calc_time =...
7
by: Christoph Nothdurfter | last post by:
Hallo! I was wondering if my PHP4-Scripts will run under PHP5 (Haeven't tried the beta yet). Does anybody know? Thank you, -Christoph
2
by: poff | last post by:
I have written a forum and am using the following query to search in it: $query="select topics.tid,f_messages.messid from f_messages left join topics on f_messages.tid = topics.tid where...
2
by: Nick | last post by:
Im trying to build an array from elements I have stored in a text file (So I can access them on multiple pages). What is the syntax for this? I thought it might be... storedArray1 =...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.