I am working on a skin for my forum and I was wondering if I could get a code that made the welcome table background transparent instead of having to have a color? Thanks to whoever does it![]()
For both the welcome table & user bar:
Code:
- <style type="text/css">
- <!--
- #welcome_table, #user_table, .welcome, .menu {
- background-color: transparent;
- background-image: none;
- }
- -->
- </style>
Or just for the welcome table:
Code:
- <style type="text/css">
- <!--
- #welcome_table, .welcome, #welcome_table .menu {
- background-color: transparent;
- background-image: none;
- }
- -->
- </style>
Either would go in the global header![]()
Thanks ross![]()