Let's just start off by giving the URL. (It's got the styles included in the head of the HTML for easy reference.)
EDIT: I removed the URL since I've removed the old page. We decided to take a different direction. Thanks for the help anyway.
I was wondering if it was possible to have a div automatically expand horizontally to fill a page. If you look at the simple bit of code on the HTML file, you'll see three divs: the left graphic, the repeating gradient, and the right end graphic. Is it possible to change the style for the repeating gradient so that it continues to expand depending on screen size?I would try something like this:
<!-- m --><a class="postlink" href="http://www.thoughtanomalies.com/archives/2004/06/20/fluid_shadows/">http://www.thoughtanomalies.com/archive ... d_shadows/</a><!-- m -->
for the shadows.
And make the containing DIV (the one that has all the different DIVs) 100%.
That should work.
EDIT: I removed the URL since I've removed the old page. We decided to take a different direction. Thanks for the help anyway.
I was wondering if it was possible to have a div automatically expand horizontally to fill a page. If you look at the simple bit of code on the HTML file, you'll see three divs: the left graphic, the repeating gradient, and the right end graphic. Is it possible to change the style for the repeating gradient so that it continues to expand depending on screen size?I would try something like this:
<!-- m --><a class="postlink" href="http://www.thoughtanomalies.com/archives/2004/06/20/fluid_shadows/">http://www.thoughtanomalies.com/archive ... d_shadows/</a><!-- m -->
for the shadows.
And make the containing DIV (the one that has all the different DIVs) 100%.
That should work.