473,387 Members | 1,463 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,387 software developers and data experts.

resizable images

Hi,
It worked with IE and now I can remerber how I did it. On the other hand if
it works only with IE...
Can something like this be done.
..adapt {
width: 60%;
height: 60%;
border: 0px
}

//--></style>
</head>

<body><!-- WIDTH="600" HEIGHT="458" WIDTH="339" HEIGHT="299" -->
<TABLE width="100%">
<TR>
<TD><IMG class="adapt" SRC="C:/Documents and Settings/Jean
Pierre/Bureau/mangeoire.jpg" ALT="|"></TD>
<TD><IMG class="adapt" SRC="C:/Documents and Settings/Jean
Pierre/Bureau/mangeoire.jpg" ALT="|"></TD>
</TR>
</TABLE>
--

X trême newbe
.......
masm32
windows Xp
asus p4 s533/333/133
Intel(R) Celeron (R) CPU 2.00 GHz
Aug 17 '05 #1
3 1551
Jean Pierre Daviau wrote:
<TD><IMG class="adapt" SRC="C:/Documents and Settings/Jean
Pierre/Bureau/mangeoire.jpg" ALT="|"></TD>


1. URIs must not contain spaces.
-> Documents%20and%20Settings/Jean%20Pierre
2. Are you sure you have a directory called 'C:' within the directory
where the HTML document is located? Or do you mean 'file:///C:/...'?
--
Johannes Koch
In te domine speravi; non confundar in aeternum.
(Te Deum, 4th cent.)
Aug 17 '05 #2
Isee what you mean. If I put the file:///: is behaves the same. As equally
does this:

..adapt {
width: 60%;
height: 60%;
border: 0px
}
<body>
<TABLE width="100%">
<TR>
<TD><IMG class="adapt" SRC="mangeoire.jpg" ALT="|"></TD>
<TD><IMG class="adapt" SRC="mangeoire.jpg" ALT="|"></TD>
</TR>
</TABLE>
Aug 18 '05 #3
Jean Pierre Daviau wrote:
Isee what you mean. If I put the file:///: is behaves the same.


Sorry, I should have added that I don't expect that to solve your
problem. But you know, this is usenet. Sometimes you get information not
related to the question you raised.
--
Johannes Koch
In te domine speravi; non confundar in aeternum.
(Te Deum, 4th cent.)
Aug 18 '05 #4

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

Similar topics

4
by: VR | last post by:
First, greetings to everyone :) I'm doing a university seminar & I've encountered a problem. I have a gallery with thumbnails linked on pictures. What I want is popup to be opened with...
4
by: sam.s.kong | last post by:
Hello! I opened a new window using 'resizable=no'. Can the child window make itself resizable even if it's opened with 'resizable=no'? For example: <body onload="javascript:...
3
by: Al Henderson | last post by:
Morning All, I have a web application where we pop up a little calendar control in a new window to allow users to choose dates. For cross-browser purposes, this is done via window.open (with...
3
by: Anupama | last post by:
Is it possible that first I make my window resizable,than if window is less than a fixed size I can make my window not resizable?Better to say can I change resizable feature during runtime?If...
11
by: Aaron Gray | last post by:
Hi, I have put together a bit of JavaScript to make a square resizable canvas :- http://www.aarongray.org/Test/JavaScript/resizable.html Problems I have :- a) I cannot seem to center it...
3
by: guarumal | last post by:
Hi, I am try to make a window resizable but it does not work. I am using in the child window <body onload="javascript: window.resizable=true;"> What else can I do?
3
by: Thierry Loiseau | last post by:
Hello, If I do : w=window.open('','a','resizable=no, width=400, height=400, toto=3'); can I modify 'w' to resizable=yes ? Thank you, Thierry
0
by: aak | last post by:
Hi, I Am Working On A Simple Fixed Width Layout With Using Background Images. And I Want That Background Image Should Be Resizable With Every Resolution, And That Background Image Is Shaded....
1
by: since | last post by:
I figured I would post my solution to the following. Resizable column tables. Search and replace values in a table. (IE only) Scrollable tables. Sortable tables. It is based on a lot...
15
by: Eric Lindsay | last post by:
I need to include some simple (sparkline style) graphs in a web page that will have a liquid layout. Some viewers will be changing the font size to suit their display (sizes range from 320 to 2560...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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,...

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.