Are you referring to the boxes with the text, or the actual form text box for search, etc?
Either way you want to set the opacity [not transparency] in CSS. The below is for the boxes with text. If you already have CSS on your page you can use the following:
table table table {
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
}
Change the 90 to higher or lower depending on how transparent you want the text box. If you don't currently have CSS wrap these tags the above:
%26lt;style%26gt; ... %26lt;/style%26gt;
Place the code above where the ... is . You will need to place this in your "about me" section.
No comments:
Post a Comment