Forum Moderators: mack
The index page is to be just his logo a small amount of text and five links to the other pages, the plan is to have this in the middle of the page in a rounded rectangle, so thats the easy bit, the main page background is going to be blue, but we want it to fade slowly into the content which will be on a white background, so it will look like a misted up window with the middle wiped clean.
Should i create one big image with the border fading from blue on the outside to the white in the middle and then postion this absolute behind a table, it will have to be about 425px wide and at least as high, or try to create a border round the table with cells and drop in a background image for them plus one's for the 4 corners.
These are the only 2 ways i can think of, for the 1st one my worry is the size of the image in kb and if in the future he wants more content added then the image may not be big enough, and the 2nd one i'm not to good with graphics for them corner images (but that should be good practice).
Does anyone have another way of doing this or should i stick with one of the above ways, all advice is very welcome.
Regards Ian
You can have an image as the last thing on the page but use CSS to tell it to position itself at the top, but this probably doesn't help you much since I don't really understand what you're trying to do.
<IMG SRC="file.gif" style="position:absolute; top:0; left:0">
Regards Ian
<td>
<img src="image.png">
</td>
Thanks again Ian
<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="75" height="75"><img src="images/tlfade.gif"></td>
<td background="images/tfade.gif"></td>
<td width="75" height="75"><img src="images/trfade.gif"></td>
</tr>
<tr>
<td background="images/lfade.gif" border="0"></td>
<td bgcolor="#FFFFFF"><h3><em>content content </em></h3>
<h3><em>content </em></h3>
<h3><em>content this area here is to be full of content but not to much</em></h3>
<p><em>content this area here is to be full of content but not to much</em></p>
<h3><em>content this area here is to be full of content but not to much</em></h3>
<p><em>content this area here is to be full of content but not to much</em></p>
<p> </p></td>
<td background="images/rfade.gif" border="0"></td>
</tr>
<tr>
<td width="75" height="75"><img src="images/blfade.gif"></td>
<td background="images/bfade.gif"></td>
<td width="75" height="75"><img src="images/brfade.gif"></td>
</tr>
</table>