View Single Post
  #3  
Unread 05-08-2022, 02:36 AM
dt192 dt192 is offline
The Unscathed
Interface Author - Click to view interfaces
 
Join Date: Aug 2013
Posts: 19
For anybody interested you can search/replace this format
Code:
<Element ID="ToolbarButton_Slot_3" X="98" Y="157" Width="25" Height="25">
to this
Code:
<span class="ToolbarButton_Slot_3" style="left:98px;top:157px;width:25px;height:25px">
then use
Code:
span {
  position: absolute;
}
and use the class name to hook up the background image.

how to check computer screen resolution
Reply With Quote