Log in

View Full Version : Using the "css" values


Shane
05-26-2008, 07:42 PM
Hey all! I been writing a new plugin (YAY!) and I need your help since I have now clueless on how to proceed.

Here is what I want to do:


Be able to add my own things to the CSS editor, like the "Forum Jump Menu" section, but it be my own tables, which would be more preferable.
I need to do is be able to access the individual CSS color values of certain things. i.e. $css[.vbmenu_control][background] should output: #738FBF, but it doesn't do so.That's my problem. :) I will continue to look into it, but I thought I get some help now. :)

Lynne
05-26-2008, 07:44 PM
You can add your own css in the bottom box at Admin CP > Styles & Templates > Style Manger > select your Style > Main CSS. .vbmenu_control is defined on that page also under the heading Popup Menu Controls

Shane
05-26-2008, 08:02 PM
Ok... not what I am trying to do. I am trying to get the values from the CSS. Not create CSS. I just want to get the CSS color value of .vbmenu_control so I can pipe it to my Java Applet. This is programing.