How do u make textbox, pictures transparent? |
How do u make textbox, pictures transparent? |
Feb 19 2004, 04:33 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 35 Joined: Feb 2004 Member No: 4,587 |
|
|
|
|
![]() |
Feb 19 2004, 06:55 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 122 Joined: Jan 2004 Member No: 199 |
i think you can put it anywhere.. but try in the custom header.
and i may be wrong but i think you need style tags around it... so it would be CODE <!-- begin code provided by createblog.com --> <style type="text/css"> div.blogheader, .caption, table.left, table.blogbody, table.search TD, table.search, table.announcements, table.search TD, table.announcements TH { filter:alpha(opacity=50); } </style> <!-- end code provided by createblog.com --> i may be wrong but just tryin to help |
|
|
|
Bigevil How do u make textbox, pictures transparent? Feb 19 2004, 04:33 AM
xquizit use the "alpha filter" in your css. here... Feb 19 2004, 09:43 AM
drewster thanks! Feb 19 2004, 12:23 PM
Bigevil thanx a lot but I'm really lost in html so cou... Feb 19 2004, 04:56 PM
xquizit oh, i said to put it in your css code, meaning add... Feb 19 2004, 08:44 PM
Bigevil ok i have a problem. The code works but my left si... Feb 19 2004, 10:39 PM![]() ![]() |