YAFLogo

Kingostewar
  • Kingostewar
  • 58.4% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
Hi

I`ve created custom skin for 1.9.1.8 and i`m using some html to display animated buttons in this way:

	<page name="BUTTONS">
		<Resource tag="MODERATE">&lt;span class='commandButton'	style="background: #000 url(~/BtnModerate.gif)	0 0 no-repeat;" onmouseover="style.backgroundPosition='0px -18px'" onmouseout="style.backgroundPosition='0px 0px'"&gt;&lt;/span&gt;</Resource>
(in my case file image contains two button images: normal and hovered, one above other)

But now as I can see this ability removed and only images can be used as buttons. If i`m right then it`s bad...

Sponsor
Mek
  • Mek
  • 100% (Exalted)
  • YAF Developer
15 years ago
Every version pre-1.93 had image buttons; we made it better for 1.93 by having CSS buttons with text.


UserPostedImage

"It's a case of RTFM.. the only problem being we don't have a manual!"

When I post FP:Mek in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Ederon 🙂 )

Kingostewar
  • Kingostewar
  • 58.4% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
Then...could you please show how to change theme of ajax controls?
Mek
  • Mek
  • 100% (Exalted)
  • YAF Developer
15 years ago
If you mean stuff like the Tabs? Then YAF Pro has the Tab CSS you need.


UserPostedImage

"It's a case of RTFM.. the only problem being we don't have a manual!"

When I post FP:Mek in a topic, I'm leaving my footprint there so I can track it once I get into coding/supporting. (Yes I stole this off Ederon 🙂 )

Kingostewar
  • Kingostewar
  • 58.4% (Neutral)
  • YAF Forumling Topic Starter
15 years ago
Yep, I meant Tabs.

Css is difficult to use. It loads:

.yafnet .ajax__tab_xp .ajax__tab_outer {padding-right:4px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-right.gif")%>) no-repeat right;height:21px;}

somewhat from somewhere and so I can not get some template(file images).