The problem:
I wish to have text positioned on the page, but for the background pattern to be visible beneath the text. No problem as I simply don't stipulate a background-color in the CSS, thus:
____________________________
p.line1
{
text-indent:0em;
text-align:center;
font-size:30pt;
color:#ff6633;
font-style:italic;
font-weight:bold;
line-height:1em;
}
____________________________
I also do the same for DIVs containing text, but WC3 don't like this, and suggest I should also declare a backgound-color.
How is this possible whilst still retaining the transparency of the element?
Web site in question is in the signature link.
(Be gentle with me, I'm still learning the basics!)
Many thanks,
Andy.
Regards, Andy.
**************************************
My pathetic attempts at learning HTML can be laughed at here:
I wish to have text positioned on the page, but for the background pattern to be visible beneath the text. No problem as I simply don't stipulate a background-color in the CSS, thus:
____________________________
p.line1
{
text-indent:0em;
text-align:center;
font-size:30pt;
color:#ff6633;
font-style:italic;
font-weight:bold;
line-height:1em;
}
____________________________
I also do the same for DIVs containing text, but WC3 don't like this, and suggest I should also declare a backgound-color.
How is this possible whilst still retaining the transparency of the element?
Web site in question is in the signature link.
(Be gentle with me, I'm still learning the basics!)
Many thanks,
Andy.
Regards, Andy.
**************************************
My pathetic attempts at learning HTML can be laughed at here: