Guest nikjensie Posted May 13, 2005 Report Posted May 13, 2005 Hey all, I'm trying to make the background color of a selected MRU invisible, but I can't seem to get the code right... anyone? <plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="mru" height="48"> <background b-border-width="0"> <format state="selected" bgimage="\Storage\Application Data\Home\MRUv3.jpg"/> </background> <mru icon-size="16" max-buttons="1" x="45" y="0" bgcolor="transparent" button-transparent-color="#06FF06"/> <appname font-size="12"> <format state="unselected" x="180"/> <format state="selected" x="68" w="108" y="-1" halign="center"/> </appname> </plugin> Really appreciate the help, Nik
Guest whindson Posted May 13, 2005 Report Posted May 13, 2005 Hey all, I'm trying to make the background color of a selected MRU invisible, but I can't seem to get the code right... anyone? <plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="mru" height="48"> <background b-border-width="0"> <format state="selected" bgimage="\Storage\Application Data\Home\MRUv3.jpg"/> </background> <mru icon-size="16" max-buttons="1" x="45" y="0" bgcolor="transparent" button-transparent-color="#06FF06"/> <appname font-size="12"> <format state="unselected" x="180"/> <format state="selected" x="68" w="108" y="-1" halign="center"/> </appname> </plugin> Really appreciate the help, Nik <{POST_SNAPBACK}> use button-image="xxx.gif" and then set the .gif transparent-color,you can just create the xxx.gif with only one color and set it as transparent-color.
Guest nikjensie Posted May 13, 2005 Report Posted May 13, 2005 Okay, with the useful answer I got I rewrote the XML some and ran into another problem.... What I want to do is have a background image on a selected MRU-plugin. Then, if possible, I want to make a color of that background image invisible... can you do that or should I rethink? I tried using the info I got from the above post but it won't work... <plugin clsid="{79EFB752-CB70-446d-B317-499723482B3D}" name="mru" height="46"> <background b-border-width="0"> <format state="selected" bgimage="\Storage\Application Data\Home\MRUv3.jpg" background-transparent-color="#D113D1"/> </background> <mru icon-size="16" max-buttons="1" x="52" y="-2" bgcolor="transparent" button-image="x.gif" button-transparent-color="#000000"/> <appname font-size="12"> <format state="unselected" x="180"/> <format state="selected" x="68" w="108" y="-1" halign="center"/> </appname> </plugin> I guess background-transparent-color="#D113D1" is not an accepted attribute? Really appreciate any help I can get... Nik
Guest nikjensie Posted May 13, 2005 Report Posted May 13, 2005 HEY! I posted a THANKS! to whindson yesterday, I guess it got lost somewhere??? Anyway, thanks whindson for you help in the previous post! Nik
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now