Ross Administrator
    
![[Avatar]](http://uploads.virtualforums.co.uk/forums/pokemon/vforums-qr1.png) Posts: 3,709 Status: Offline Gender: Male Age: 9 1⁄4 Joined:
Additional Groups: Support Team
  
pmwwwgtalkvForum | Re: transparent welcometable background. (22nd Jul 08 at 9:57pm UTC) | | 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 | |
|
|