HighDots Forums  

auto-resizing ?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss auto-resizing ? in the Macromedia Dreamweaver forum.



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

Default auto-resizing ? - 11-13-2004 , 10:35 PM






ok, so I am trying to figure how to have a site where basically a link bar on
the right acts like it does on this audi website. The bar along with the audi
logo will automatically stay aligned with the right edge of the viewing window
.. It seems like you can drag your window only so narrow before it gets hidden.
Is their a way to do this using the tables in dreamweaver or is it something
different ?Thanks in advanced

www.audi.com




Reply With Quote
  #2  
Old   
Craig
 
Posts: n/a

Default Re: auto-resizing ? - 11-13-2004 , 11:07 PM






Like this?

Craig

<table width="100%" height="100%" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td><table width="350" border="0" cellpadding="1" cellspacing="1"
id="txt">
<tr>
<td>text</td>
</tr>
</table></td>
<td align="right" valign="middle"><table width="100" border="0"
cellpadding="1" cellspacing="1" id="menu">
<tr>
<td>right menu</td>
</tr>
</table></td>
</tr>
</table>



"jared g" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
ok, so I am trying to figure how to have a site where basically a link bar
on
the right acts like it does on this audi website. The bar along with the
audi
logo will automatically stay aligned with the right edge of the viewing
window
. It seems like you can drag your window only so narrow before it gets
hidden.
Is their a way to do this using the tables in dreamweaver or is it
something
different ?Thanks in advanced

www.audi.com






Reply With Quote
  #3  
Old   
jared g
 
Posts: n/a

Default Re: auto-resizing ? - 11-13-2004 , 11:50 PM



thanks craig, just one more question and I'm sure you can help me on this. How
do I apply that code to my existing code. I'm still real new to the code stuff
.. sorry.

here is my site so far.

http://www.crownshadeco.com/#


Reply With Quote
  #4  
Old   
Craig
 
Posts: n/a

Default Re: auto-resizing ? - 11-14-2004 , 12:15 AM



Jared,
afraid to say you're in real trouble here.
Your table and image dimensions are essentially non starters.
If you want to specify a table width, 760 should really be the max.
Otherwise 100% is best
If you don't specify sizes you can use much small images 'tiled' as table
cell (td) backgrounds, or stretched as td foregrounds. If you specify a
size, then you must size your images accordingly.

Sorry, but you really need to start again. You also have redundant divs in
your code so it would be helpful to cleanup anyway.

Craig


"jared g" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
thanks craig, just one more question and I'm sure you can help me on this.
How
do I apply that code to my existing code. I'm still real new to the code
stuff
. sorry.

here is my site so far.

http://www.crownshadeco.com/#




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.