Transparent..., few more thinz... |
![]() ![]() |
Transparent..., few more thinz... |
Aug 28 2005, 06:35 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 61 Joined: Jun 2005 Member No: 149,535 |
a'ight,
bout 20 minutez ago i asked bout transparent scrollbarz and dat waz replied to and thankz to tha person that helped now i have some questionz...how do u make tha following thinz have transparent backgroundz (in html form cause im makin a layout...please tha buttonz such az tha one next to a search bar that sayz "Search>>" tha titlez of of tha menu modules tha background to tha search bar and if possible please help |
|
|
|
Aug 28 2005, 06:43 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
Menu module
CODE <style type="text/css">table.left th { /* on your menu module, this edits the title part of it */ /* like BLOGRINGS, POSTING CALENDAR, etc */ background-color: transparent; }</style> Buttons CODE <style type="text/css">input, select, textarea, .textfield, .button { /*buttons, dropdowns, etc.*/ background-color: transparent; }</style> Bg of search bar. CODE <style type="text/css">table.search TD, table.search, table.announcements { /* border of search bar (if you have it) */ background-color: transparent; }</style> And I'm not sure what background you're talking about. |
|
|
|
Aug 28 2005, 06:57 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 61 Joined: Jun 2005 Member No: 149,535 |
AY!,
thankz! datz exactly what i want, i would put in "#transp" but i a'int know u waz supposed to put in tha whole word that last thin iz this like tha optionz have a white background (and for tha moment have white font), on my personal site (Phat_Patizzle) i got a black background for um, iz it possible to have a transparent background...? |
|
|
|
Aug 28 2005, 07:04 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
I'm pretty sure this will change it.
CODE <style type="text/css">input, select, textarea, .textfield, .button {
/*buttons, dropdowns, etc.*/ background-color: transparent; }</style> |
|
|
|
![]() ![]() |