Click to See Complete Forum and Search --> : Can I do this with alignment?


No1TamesMe
06-25-2003, 07:39 PM
Alright , I had an idea when creating a layout that I'm not sure is possible.

I have a graphic that I wish to "become" the full width of a viewers screen.

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.

Is that understandable?

Any help would be much appreciated.

-Lit'l Bit

Khalid Ali
06-25-2003, 10:19 PM
The link below might give you an idea....
http://68.145.35.86/skills/javascripts/ResizeImageOnResize.html

PeOfEo
06-26-2003, 12:06 AM
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.