Can I do this with alignment?

liunx

Guest
Alright , I had an idea when creating a layout that I'm not sure is possible.<br />
<br />
I have a graphic that I wish to "become" the full width of a viewers screen. <br />
<br />
I want to divide the graphic into 3 sections. Left, middle and right. I want the left to stay ALL the way to the left, I want the right to stay ALL the way to the right and I want the middle to increase or decrease in width depending on the size of a persons monitor. <br />
<br />
Is that understandable? <br />
<br />
Any help would be much appreciated.<br />
<br />
-Lit'l Bit<!--content-->The link below might give you an idea....<br />
<!-- m --><a class="postlink" href="http://68.145.35.86/skills/javascripts/ResizeImageOnResize.html">http://68.145.35.86/skills/javascripts/ ... esize.html</a><!-- m --><!--content-->You could just use %'s to make the image resize the image. then you can use a table though its not the way you are technically supposed to do a layout but make three cells and make them each 30% wide and it will work. Though it is not how I would do a layout (anymore that is) and the others wont like it eather.<!--content-->
 
Back
Top