Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
modalPanelタイトルの背景として画像を使用する必要があります。私はJSF+Richfacesを使用しています。
可能ですか?
ありがとう
これは、パネルに表示したいコンテンツを含むヘッダーファセットをモーダルパネルに挿入することで可能になります。
<f:facet name="header"> <div style="background: url("/bla/foo.png") repeat-x scroll 50% 50% #F36D21;" /> </f:facet>
内部では、ファセットヘッダー内の他のコンテンツの背景として、繰り返しの背景画像を含むdivを宣言できます。