THANK YOU!
Would you happen to know how can I do the same thing vertically on the
right of my header and content areas?
Say I have a DIV for my header (800px wide), a menu below that (800
wide), that shading image (800 wide), my content page area (800), and
to the right of all of those I want a shading about (10px) based on an
image.
Will I have to use TABLE or an absolute positioned DIV?
The way the original site is doing it is with Table Width:
<TD style="BACKGROUND-IMAGE: url(Images\shadow.gif); WIDTH: 2%;
BACKGROUND-REPEAT: repeat" valign="top" align="left" height="100%"
rowspan="3"></TD>
Thanks in advance.
Aidy - 19 Mar 2008 17:19 GMT
You can position DIVs side-by-side if you use the float attribute. Google
"float css" and you'll find loads about it.
> THANK YOU!
>
[quoted text clipped - 15 lines]
>
> Thanks in advance.