HighDots Forums  

autoresize jpg (not flash)

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss autoresize jpg (not flash) in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jules
 
Posts: n/a

Default autoresize jpg (not flash) - 08-01-2004 , 01:26 PM






In IE6, it's possible to get jpgs to automaticaly resize themselves
according to the size of the window in wich they're being displayed. Is it
possible to achive that same autoresizability of a jpgs that's inside a
table or even simply centered in a plain html document?



Reply With Quote
  #2  
Old   
Jeff North
 
Posts: n/a

Default Re: autoresize jpg (not flash) - 08-02-2004 , 05:18 PM






On Sun, 1 Aug 2004 19:26:31 +0200, in macromedia.dreamweaver "jules"
<jgoulot (AT) yahoo (DOT) com> wrote:

Quote:
| In IE6, it's possible to get jpgs to automaticaly resize themselves
| according to the size of the window in wich they're being displayed. Is it
| possible to achive that same autoresizability of a jpgs that's inside a
| table or even simply centered in a plain html document?
|
Use percentages for height and width.
<TABLE WIDTH="100%" HEIGHT="10%">
<TR ALIGN="CENTER" VALIGN="MIDDLE">
<TD WIDTH="2%">
<IMG SRC="images/1.gif" WIDTH="100%" HEIGHT="100%">
</TD>
</TR>
</TABLE>



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.