0

css for overlapped window seems not work

asked 2009-08-20 08:33:26 +0800

evpole gravatar image evpole
481 2

updated 2009-08-20 08:37:18 +0800

I want to set the title text of the window to 28px and align to center,
these css code was gen-by zk studio 0.9.5


<style>
.myname6 .z-window-overlapped-header .z-caption .z-caption-l, .myname6 .z-window-overlapped-header .z-caption .z-caption-r {
font-size : 28px;
text-align : center;
color : #000000;
}

.myname6 .z-window-overlapped-cnt, .myname6 .z-window-overlapped-cnt-noborder{
background-color : #FFFFFF;
}</style>


<window sclass="myname6" title="large font"/>
but it seems not work when i overlapped the window.

by the way , i specified css for a label , code gen-by css designer is :
<style>
.printtitle.z-label {
font-size : 28px;
font-weight : bold;
}
</style>

the former code dosen't work too,but if i change it to the following code, it works:

<style>
.z-label.printtitle { font-size : 28px; font-weight : bold; }
</style>

delete flag offensive retag edit
Be the first one to reply this discussion!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2009-08-20 08:33:26 +0800

Seen: 140 times

Last updated: Aug 20 '09

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More