----- Original Message ----- 
From: [EMAIL PROTECTED]

> You're going to put the new contact list in officially? Sounds scary :P

It looked soooo much cooler!

> control how elements are resized better than CSS can (CSS can only define 
> width/height of things by
> EITHER percentage or pixel/em/inches whatever (ie absolute measurements), 
> not both -
> so to you cant say to the html okay the message box in the chatwindow 
> needs to take up
> all the horizontal space EXCEPT 100 pixels on the right hand side which 
> must be
> left for the display pictures.... BUT we CAN using TCL - we would modify 
> the width attribute
> of the message box element every time the window is resized
> so that it's 100 pixels less wide than the window!)

Well actually with css and a good (x)html DOM you can do that...

<div class="container">
     <div class="stuff">
          MY STUFF
     </div>
</div>

IIRC:

div.container { margin-left: 100px }
div.stuff {width: 100%}




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to