Posted: Sun Sep 28, 2008 5:31 pm transparent table content
I created a div with a background on it, then I created a table without borders inside of the div and now I'd like to make the table content transparent, but I can't seem to get it to work..
I put <font color="transparent"></font> in several places but it doesn't work. Can anyone help me?
This is what I've got so far and it's the dots that I'd like to make transparent:
It can also be done like this
Code: <div style="background: url(http://i199.photobucket.com/albums/aa227/D1Doris/gif.gif?t=1222311821) no-repeat center; width: 350px; height: 300px;">
<p style="width: 300px; padding: 50px 20px 0 20px; font: 1.2em Lucida Handwriting; text-align: right; white-space: nowrap;"><span style="float: left; text-align: left;"><a href="some link">ADD</a> </span><a href="some link">MSG</a></p>
</div>
D1Doris
Joined: 28 Sep 2008
Posts: 17
Posted: Mon Oct 06, 2008 5:43 pm
So simple and still I couldn't find the answer anywhere..
If I use the second option it works, but it shows up slightly different for some reason, but with the first code it's perfect. Thanks a lot!