Thanks for the reply but my problem is not finding the overall CSS styles but the specific one that seems to control only the "Open Buddy List" - if you look at my two screen grabs above I've set the CSS styles correctly for the rest of the menu elements and indeed I would have thought for the "Open Buddy List" option as well since it is using the same <td> class as the rest of the options:
e.g.
<tr><td class="vbmenu_option"><a href="#" onclick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=n o,menubar=no,toolbar=no,scroll bars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td></tr>
I'm finding this quite puzzling!
|