Transparent..., few more thinz... |
Transparent..., few more thinz... |
![]()
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 ![]() |
|
|
![]() |
![]()
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. |
|
|
![]() ![]() |