First time here? Check out the FAQ!
asked 2014-01-23 14:25:56 +0800
Hi all,
the hover effect of a toolbarbutton should only be underlined like a Link. What needs to be done to ensure?
regards Andi
thanks for the answer but the box around should not be displayed! Can you help me?
example see here
answered 2014-01-23 15:33:50 +0800
updated 2014-01-24 19:18:31 +0800
write this under your window tag :
<style> span.z-toolbarbutton-content:hover { text-decoration:underline; } </style>
<style> span.z-toolbarbutton-content:hover { text-decoration:underline; } a.z-toolbarbutton:hover { background: none; border: 0px; } </style>
RSS
Asked: 2014-01-23 14:25:56 +0800
Seen: 24 times
Last updated: Jan 24 '14
How to Save Window Component State in DB.
Problems with iframe and ie11
ZK Comet behind AWS Load Balancer
ZK 6 and Java Applet integration
Load pivottable data on demand when there is huge data
ZK 6.5.5 Maven
Native session invalidation
Native session invalidation and hot deployment [closed]
How to capture Buttons click event “Leave this page”, “Stay on this page” of window popped up by Clients.confirmClose()?
How to change the band popup default element style ?
thanks for the answer but the box around should not be displayed! Can you help me?
regards Andi
andij62 ( 2014-01-23 16:47:01 +0800 )editexample see here
chillworld ( 2014-01-24 12:40:16 +0800 )edit