I'd like to skin the splitbar such that aligns to the right, giving it a look of being attached to the right panel. I've tried tinkering with the properties in load_skin.js and skin_styles.css but with no luck. Below is what firebug is showing me for the splitbar, and if I modify the align property on the img from absmiddle and set it to right, it does what I want. So how do I do that in code?
Thanks!
Thanks!
Code:
<table cellpadding="0" cellspacing="0"> <tbody> <tr> <td class="splitbar" style="margin: 0px; border: 0px none; padding: 0px; background-image: none; background-color: transparent; font-size: 1px;"> <img src="http://127.0.1.1:8888/nmt/sc/skins/Jeppesen/images/Splitbar/vsplit_snap.gif" name="isc_9Gisc_Snapbar_0_label$4u" style="vertical-align: middle;" eventpart="icon" suppress="TRUE" align="absmiddle" border="0" height="35" width="5">
Comment