View Full Version : .. Pls help


beyond--vintage
07-19-2003, 05:07 AM
Hey people U know blogs? Some of the blogs have this transclucent box where the text are there and the background is an image. Can anyone tell me how to make that transclucent box?
This is the code im using :

<div align="center"><table border="0" cellpadding="0" cellspacing="0" width="my width" height="my height" background="my image.GIF"><tr><td width="my width" height="my height" colspan="3"> </td></tr><tr><td width="1" height="my height"></td><td width="my width" height="my height"><div style="width: my width; height: my height; overflow: auto; font-family: Verdana, Tahoma, Helvetica, sans-serif; font-size: 11px; color: #my color; scrollbar-face-color: #my color;
scrollbar-highlight-color:#my color;
scrollbar-shadow-color: #my color;
scrollbar-3dlight-color: #my color;
scrollbar-arrow-color: #my color;
scrollbar-track-color: #my color;
scrollbar-darkshadow-color: #my color;"><div style="padding: 5px;">


<My text here>


<br></div></div></td><td width="my width" height="my height"> </td></tr><tr><td width="300" height="1" colspan="3"></td></tr></table></div>

MaGiCSuN
07-19-2003, 01:04 PM
<div align="center"><table border="0" cellpadding="0" cellspacing="0" width="my width" height="my height" background="my image.GIF"><tr><td width="my width" height="my height" colspan="3"> </td></tr><tr><td width="1" height="my height"></td><td width="my width" height="my height"><div style="width: my width; height: my height; overflow: auto; font-family: Verdana, Tahoma, Helvetica, sans-serif; font-size: 11px; color: #my color; scrollbar-face-color: #my color;
scrollbar-highlight-color:#my color;
scrollbar-shadow-color: #my color;
scrollbar-3dlight-color: #my color;
scrollbar-arrow-color: #my color;
scrollbar-track-color: #my color;
scrollbar-darkshadow-color: #my color;" style="padding: 5px;">


<My text here>


<br></div></td><td width="my width" height="my height"> </td></tr><tr><td width="300" height="1" colspan="3"></td></tr></table></div>

you allready have the right code. The code above is the right I just deleted one </div> and made the padding: 5px together to the other div.

If you don't fill in a background the div area will automatically be transparent.

love,
Mirna

beyond--vintage
07-20-2003, 12:35 AM
I don't really understand.. U mean I cant put an image as a background? *BLURR*