|
0
|
1 |
|
|
|
2 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
|
3 |
<html> |
|
|
4 |
<head> |
|
|
5 |
<title>YUI Library Examples: MenuNav Node Plugin: Left Nav With Submenus With Rounded Corners</title> |
|
|
6 |
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
|
|
7 |
<link rel="stylesheet" type="text/css" href="../../assets/yui.css" > |
|
|
8 |
|
|
|
9 |
<style> |
|
|
10 |
/*Supplemental CSS for the YUI distribution*/ |
|
|
11 |
#custom-doc { width: 95%; min-width: 950px; } |
|
|
12 |
#pagetitle {background-image: url(../../assets/bg_hd.gif);} |
|
|
13 |
/* #pagetitle h1 {background-image: url(../../assets/title_h_bg.gif);}*/ |
|
|
14 |
</style> |
|
|
15 |
|
|
|
16 |
<link rel="stylesheet" type="text/css" href="../../assets/dpSyntaxHighlighter.css"> |
|
|
17 |
|
|
|
18 |
<!--there is no custom header content for this example--> |
|
|
19 |
|
|
|
20 |
<link type="text/css" rel="stylesheet" href="../../build/cssfonts/fonts-min.css" /> |
|
|
21 |
<script type="text/javascript" src="../../build/yui/yui-min.js"></script> |
|
|
22 |
|
|
|
23 |
</head> |
|
|
24 |
<body id="yahoo-com" class=" yui-skin-sam"> |
|
|
25 |
<div id="custom-doc" class="yui-t2"> |
|
|
26 |
<div id="hd"> |
|
|
27 |
<div id="ygunav"> |
|
|
28 |
<p> |
|
|
29 |
<em> |
|
|
30 |
<a href="http://developer.yahoo.com/yui/3/">YUI 3.x Home</a> <i> - </i> |
|
|
31 |
</em> |
|
|
32 |
</p> |
|
|
33 |
<form action="http://search.yahoo.com/search" id="sitesearchform"> |
|
|
34 |
<input name="vs" type="hidden" value="developer.yahoo.com"> |
|
|
35 |
<input name="vs" type="hidden" value="yuiblog.com"> |
|
|
36 |
<div id="sitesearch"> |
|
|
37 |
<label for="searchinput">Site Search (YDN & YUIBlog): </label> |
|
|
38 |
<input type="text" id="searchinput" name="p"> |
|
|
39 |
<input type="submit" value="Search" id="searchsubmit" class="ygbt"> |
|
|
40 |
</div> |
|
|
41 |
</form> |
|
|
42 |
</div> |
|
|
43 |
<div id="ygma"><a href="../../"><img src="../../assets/logo.gif" border="0" width="200" height="93"></a></div> |
|
|
44 |
<div id="pagetitle"><h1>YUI Library Examples: MenuNav Node Plugin: Left Nav With Submenus With Rounded Corners</h1></div> |
|
|
45 |
</div> |
|
|
46 |
<div id="bd"> |
|
|
47 |
|
|
|
48 |
|
|
|
49 |
<div id="yui-main"> |
|
|
50 |
<div class="yui-b"> |
|
|
51 |
<div class="yui-ge"> |
|
|
52 |
<div class="yui-u first example" id="main"> |
|
|
53 |
|
|
|
54 |
<h2>MenuNav Node Plugin: Left Nav With Submenus With Rounded Corners</h2> |
|
|
55 |
|
|
|
56 |
<div id="example" class="promo"> |
|
|
57 |
<div class="example-intro"> |
|
|
58 |
<p> |
|
|
59 |
This example demonstrates how to add rounded corners to submenus of a menu built using the |
|
|
60 |
MenuNav Node Plugin. |
|
|
61 |
</p> |
|
|
62 |
</div> |
|
|
63 |
|
|
|
64 |
<div class="module example-container newWindow"> |
|
|
65 |
<div id="example-canvas" class="bd"> |
|
|
66 |
|
|
|
67 |
<p class="newWindowButton yui-skin-sam"> |
|
|
68 |
<span id="newWindowLink"> |
|
|
69 |
<span class="first-child"> |
|
|
70 |
<a href="node-menunav-6_source.html" target="_blank">View example in new window.</a> |
|
|
71 |
</span> |
|
|
72 |
</span> |
|
|
73 |
</p> |
|
|
74 |
|
|
|
75 |
|
|
|
76 |
</div> |
|
|
77 |
</div> |
|
|
78 |
</div> |
|
|
79 |
|
|
|
80 |
<h3>Creating the Rounded Corner HTML</h3> |
|
|
81 |
<p> |
|
|
82 |
One way to add rounded corners to submenus is to append decorator elements to the node representing |
|
|
83 |
a submenu's bounding box. As the name implies, decorator elements add no semantic value to the |
|
|
84 |
markup, but enable additional styles to be applied. When adding any decorator elements to create |
|
|
85 |
effects like shadows or rounded corners, always add those elements via JavaScript, since it is only |
|
|
86 |
when JavaScript is enabled that a menu's markup is transformed in a drop-down menu system via the |
|
|
87 |
MenuNav Node Plugin. |
|
|
88 |
</p> |
|
|
89 |
|
|
|
90 |
<p> |
|
|
91 |
Each rounded corner is created by applying a background image to a <code><div></code>. |
|
|
92 |
A class name identifying the corner will be added to each <code><div></code>. |
|
|
93 |
The <code><div></code>s used to create the right corners will be nested inside the |
|
|
94 |
<code><div></code>s used to create the left corners, and each <code><div></code> |
|
|
95 |
for the left corners will have an additional class name of <code>yui-menu-corner</code>. The |
|
|
96 |
template for each set of rounded corners comes together as follows: |
|
|
97 |
</p> |
|
|
98 |
|
|
|
99 |
<div id="syntax1" class="yui-syntax-highlight"><div class="numbers"><pre class="html4strict" style="font-family:monospace;"><ol><li class="li1"><div class="de1"><span class="sc-1"><!-- top-left and top-right corners --></span></div></li><li class="li1"><div class="de1"><span class="sc2"><<span class="kw2">div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">"yui-menu-corner yui-menu-corner-tl"</span>><<span class="kw2">div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">"yui-menu-corner-tr"</span>><<span class="sy0">/</span><span class="kw2">div</span>><<span class="sy0">/</span><span class="kw2">div</span>></span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"><span class="sc-1"><!-- bottom-left and bottom-right corners --></span></div></li><li class="li2"><div class="de2"><span class="sc2"><<span class="kw2">div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">"yui-menu-corner yui-menu-corner-bl"</span>><<span class="kw2">div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">"yui-menu-corner-br"</span>><<span class="sy0">/</span><span class="kw2">div</span>><<span class="sy0">/</span><span class="kw2">div</span>></span></div></li></ol></pre></div><div class="nonumbers"><pre class="html4strict" style="font-family:monospace;"><span class="sc-1"><!-- top-left and top-right corners --></span> |
|
|
100 |
<span class="sc2"><<span class="kw2">div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">"yui-menu-corner yui-menu-corner-tl"</span>><<span class="kw2">div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">"yui-menu-corner-tr"</span>><<span class="sy0">/</span><span class="kw2">div</span>><<span class="sy0">/</span><span class="kw2">div</span>></span> |
|
|
101 |
|
|
|
102 |
<span class="sc-1"><!-- bottom-left and bottom-right corners --></span> |
|
|
103 |
<span class="sc2"><<span class="kw2">div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">"yui-menu-corner yui-menu-corner-bl"</span>><<span class="kw2">div</span> <span class="kw3">class</span><span class="sy0">=</span><span class="st0">"yui-menu-corner-br"</span>><<span class="sy0">/</span><span class="kw2">div</span>><<span class="sy0">/</span><span class="kw2">div</span>></span></pre></div><textarea id="syntax1-plain"><!-- top-left and top-right corners --> |
|
|
104 |
<div class="yui-menu-corner yui-menu-corner-tl"><div class="yui-menu-corner-tr"></div></div> |
|
|
105 |
|
|
|
106 |
<!-- bottom-left and bottom-right corners --> |
|
|
107 |
<div class="yui-menu-corner yui-menu-corner-bl"><div class="yui-menu-corner-br"></div></div></textarea></div> |
|
|
108 |
<p> |
|
|
109 |
The <code><div></code>s for each corner is created by passing a string |
|
|
110 |
of HTML to Node's <a href="../../api/Node.html#method_create"><code>create</code></a> method. Use |
|
|
111 |
the <a href="../../api/Node.html#method_all"><code>all</code></a> method to |
|
|
112 |
retrieve Node instances for each submenu, and the |
|
|
113 |
<a href="../../api/Node.html#method_append"><code>append</code></a> and |
|
|
114 |
<a href="../../api/Node.html#method_prepend"><code>prepend</code></a> |
|
|
115 |
methods to add the rounded corners <code><div></code>s to the bounding box of each submenu. |
|
|
116 |
</p> |
|
|
117 |
|
|
|
118 |
<div id="syntax2" class="yui-syntax-highlight"><div class="numbers"><pre class="javascript" style="font-family:monospace;"><ol><li class="li1"><div class="de1"><span class="co1">// Call the "use" method, passing in "node-menunav". This will load the</span></div></li><li class="li1"><div class="de1"><span class="co1">// script and CSS for the MenuNav Node Plugin and all of the required</span></div></li><li class="li1"><div class="de1"><span class="co1">// dependencies.</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li2"><div class="de2">YUI<span class="br0">(</span><span class="br0">{</span>base<span class="sy0">:</span><span class="st0">"../../build/"</span><span class="sy0">,</span> timeout<span class="sy0">:</span> <span class="nu0">10000</span><span class="br0">}</span><span class="br0">)</span>.<span class="kw2">use</span><span class="br0">(</span><span class="st0">"node-menunav"</span><span class="sy0">,</span> <span class="kw2">function</span><span class="br0">(</span>Y<span class="br0">)</span> <span class="br0">{</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> <span class="co1">// Retrieve the Node instance representing the root menu</span></div></li><li class="li1"><div class="de1"> <span class="co1">// (<div id="productsandservices">)</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li2"><div class="de2"> <span class="kw2">var</span> menu <span class="sy0">=</span> Y.<span class="me1">one</span><span class="br0">(</span><span class="st0">"#productsandservices"</span><span class="br0">)</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> <span class="co1">// Use the "all" method to retrieve the</span></div></li><li class="li1"><div class="de1"> <span class="co1">// Node instances representing each submenu.</span></div></li><li class="li2"><div class="de2"> </div></li><li class="li1"><div class="de1"> menu.<span class="me1">all</span><span class="br0">(</span><span class="st0">".yui-menu"</span><span class="br0">)</span>.<span class="me1">each</span><span class="br0">(</span><span class="kw2">function</span> <span class="br0">(</span>node<span class="br0">)</span> <span class="br0">{</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> <span class="co1">// Add decorator elements used to create the rounded corners to the</span></div></li><li class="li1"><div class="de1"> <span class="co1">// bounding box of each submenu.</span></div></li><li class="li2"><div class="de2"> </div></li><li class="li1"><div class="de1"> <span class="co1">// Insert the first decorator before the submenu's content box</span></div></li><li class="li1"><div class="de1"> node.<span class="me1">prepend</span><span class="br0">(</span><span class="st0">'<div class="yui-menu-corner yui-menu-corner-tl"><div class="yui-menu-corner-tr"></div></div>'</span><span class="br0">)</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> <span class="co1">// Insert the second decorator after the submenu's content box</span></div></li><li class="li2"><div class="de2"> node.<span class="me1">append</span><span class="br0">(</span><span class="st0">'<div class="yui-menu-corner yui-menu-corner-bl"><div class="yui-menu-corner-br"></div></div>'</span><span class="br0">)</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> <span class="br0">}</span><span class="br0">)</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> </div></li><li class="li2"><div class="de2"> <span class="co1">// Call the "plug" method of the Node instance, passing in a reference to the</span></div></li><li class="li1"><div class="de1"> <span class="co1">// MenuNav Node Plugin.</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> menu.<span class="me1">plug</span><span class="br0">(</span>Y.<span class="me1">Plugin</span>.<span class="me1">NodeMenuNav</span><span class="br0">)</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li2"><div class="de2"> <span class="co1">// Show the menu now that it is ready</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> menu.<span class="me1">get</span><span class="br0">(</span><span class="st0">"ownerDocument"</span><span class="br0">)</span>.<span class="me1">get</span><span class="br0">(</span><span class="st0">"documentElement"</span><span class="br0">)</span>.<span class="me1">removeClass</span><span class="br0">(</span><span class="st0">"yui-loading"</span><span class="br0">)</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"><span class="br0">}</span><span class="br0">)</span><span class="sy0">;</span></div></li></ol></pre></div><div class="nonumbers"><pre class="javascript" style="font-family:monospace;"><span class="co1">// Call the "use" method, passing in "node-menunav". This will load the</span> |
|
|
119 |
<span class="co1">// script and CSS for the MenuNav Node Plugin and all of the required</span> |
|
|
120 |
<span class="co1">// dependencies.</span> |
|
|
121 |
|
|
|
122 |
YUI<span class="br0">(</span><span class="br0">{</span>base<span class="sy0">:</span><span class="st0">"../../build/"</span><span class="sy0">,</span> timeout<span class="sy0">:</span> <span class="nu0">10000</span><span class="br0">}</span><span class="br0">)</span>.<span class="kw2">use</span><span class="br0">(</span><span class="st0">"node-menunav"</span><span class="sy0">,</span> <span class="kw2">function</span><span class="br0">(</span>Y<span class="br0">)</span> <span class="br0">{</span> |
|
|
123 |
|
|
|
124 |
<span class="co1">// Retrieve the Node instance representing the root menu</span> |
|
|
125 |
<span class="co1">// (<div id="productsandservices">)</span> |
|
|
126 |
|
|
|
127 |
<span class="kw2">var</span> menu <span class="sy0">=</span> Y.<span class="me1">one</span><span class="br0">(</span><span class="st0">"#productsandservices"</span><span class="br0">)</span><span class="sy0">;</span> |
|
|
128 |
|
|
|
129 |
|
|
|
130 |
<span class="co1">// Use the "all" method to retrieve the</span> |
|
|
131 |
<span class="co1">// Node instances representing each submenu.</span> |
|
|
132 |
|
|
|
133 |
menu.<span class="me1">all</span><span class="br0">(</span><span class="st0">".yui-menu"</span><span class="br0">)</span>.<span class="me1">each</span><span class="br0">(</span><span class="kw2">function</span> <span class="br0">(</span>node<span class="br0">)</span> <span class="br0">{</span> |
|
|
134 |
|
|
|
135 |
<span class="co1">// Add decorator elements used to create the rounded corners to the</span> |
|
|
136 |
<span class="co1">// bounding box of each submenu.</span> |
|
|
137 |
|
|
|
138 |
<span class="co1">// Insert the first decorator before the submenu's content box</span> |
|
|
139 |
node.<span class="me1">prepend</span><span class="br0">(</span><span class="st0">'<div class="yui-menu-corner yui-menu-corner-tl"><div class="yui-menu-corner-tr"></div></div>'</span><span class="br0">)</span><span class="sy0">;</span> |
|
|
140 |
|
|
|
141 |
<span class="co1">// Insert the second decorator after the submenu's content box</span> |
|
|
142 |
node.<span class="me1">append</span><span class="br0">(</span><span class="st0">'<div class="yui-menu-corner yui-menu-corner-bl"><div class="yui-menu-corner-br"></div></div>'</span><span class="br0">)</span><span class="sy0">;</span> |
|
|
143 |
|
|
|
144 |
<span class="br0">}</span><span class="br0">)</span><span class="sy0">;</span> |
|
|
145 |
|
|
|
146 |
|
|
|
147 |
<span class="co1">// Call the "plug" method of the Node instance, passing in a reference to the</span> |
|
|
148 |
<span class="co1">// MenuNav Node Plugin.</span> |
|
|
149 |
|
|
|
150 |
menu.<span class="me1">plug</span><span class="br0">(</span>Y.<span class="me1">Plugin</span>.<span class="me1">NodeMenuNav</span><span class="br0">)</span><span class="sy0">;</span> |
|
|
151 |
|
|
|
152 |
<span class="co1">// Show the menu now that it is ready</span> |
|
|
153 |
|
|
|
154 |
menu.<span class="me1">get</span><span class="br0">(</span><span class="st0">"ownerDocument"</span><span class="br0">)</span>.<span class="me1">get</span><span class="br0">(</span><span class="st0">"documentElement"</span><span class="br0">)</span>.<span class="me1">removeClass</span><span class="br0">(</span><span class="st0">"yui-loading"</span><span class="br0">)</span><span class="sy0">;</span> |
|
|
155 |
|
|
|
156 |
<span class="br0">}</span><span class="br0">)</span><span class="sy0">;</span></pre></div><textarea id="syntax2-plain">// Call the "use" method, passing in "node-menunav". This will load the |
|
|
157 |
// script and CSS for the MenuNav Node Plugin and all of the required |
|
|
158 |
// dependencies. |
|
|
159 |
|
|
|
160 |
YUI({base:"../../build/", timeout: 10000}).use("node-menunav", function(Y) { |
|
|
161 |
|
|
|
162 |
// Retrieve the Node instance representing the root menu |
|
|
163 |
// (<div id="productsandservices">) |
|
|
164 |
|
|
|
165 |
var menu = Y.one("#productsandservices"); |
|
|
166 |
|
|
|
167 |
|
|
|
168 |
// Use the "all" method to retrieve the |
|
|
169 |
// Node instances representing each submenu. |
|
|
170 |
|
|
|
171 |
menu.all(".yui-menu").each(function (node) { |
|
|
172 |
|
|
|
173 |
// Add decorator elements used to create the rounded corners to the |
|
|
174 |
// bounding box of each submenu. |
|
|
175 |
|
|
|
176 |
// Insert the first decorator before the submenu's content box |
|
|
177 |
node.prepend('<div class="yui-menu-corner yui-menu-corner-tl"><div class="yui-menu-corner-tr"></div></div>'); |
|
|
178 |
|
|
|
179 |
// Insert the second decorator after the submenu's content box |
|
|
180 |
node.append('<div class="yui-menu-corner yui-menu-corner-bl"><div class="yui-menu-corner-br"></div></div>'); |
|
|
181 |
|
|
|
182 |
}); |
|
|
183 |
|
|
|
184 |
|
|
|
185 |
// Call the "plug" method of the Node instance, passing in a reference to the |
|
|
186 |
// MenuNav Node Plugin. |
|
|
187 |
|
|
|
188 |
menu.plug(Y.Plugin.NodeMenuNav); |
|
|
189 |
|
|
|
190 |
// Show the menu now that it is ready |
|
|
191 |
|
|
|
192 |
menu.get("ownerDocument").get("documentElement").removeClass("yui-loading"); |
|
|
193 |
|
|
|
194 |
});</textarea></div><em>Note:</em> In keeping with the |
|
|
195 |
<a href="http://developer.yahoo.com/performance/">Exceptional Performance</a> |
|
|
196 |
team's recommendation, the script block used to instantiate the menu will be |
|
|
197 |
<a href="http://developer.yahoo.com/performance/rules.html#js_bottom">placed at the bottom of the page</a>. |
|
|
198 |
This not only improves performance, it helps ensure that the DOM subtree of the |
|
|
199 |
element representing the root menu |
|
|
200 |
(<code><div id="productsandservices"></code>) is ready to be scripted. |
|
|
201 |
</p> |
|
|
202 |
|
|
|
203 |
<h3>Create the Rounded Corner Background Image</h3> |
|
|
204 |
<p> |
|
|
205 |
For performance, each rounded corner <code><div></code> uses the same image as its |
|
|
206 |
background image, but only reveals the relevant section of the image via the |
|
|
207 |
<code>background-position</code> property. The complete image is as follows: |
|
|
208 |
</p> |
|
|
209 |
|
|
|
210 |
<img src="assets//round.png" width="200" height="6" alt="Image used as the background image for the DIV elements used to create rounded corners"> |
|
|
211 |
|
|
|
212 |
<h3>Styling the Rounded Corner HTML</h3> |
|
|
213 |
<p> |
|
|
214 |
With the rounded corner elements appended to each submenu, the next step is to define |
|
|
215 |
the styles that create the rounded corner effect. Start by overriding the values for |
|
|
216 |
<code>border</code> and <code>padding</code> specified for the content box of each submenu in the |
|
|
217 |
Sam skin CSS. The top and bottom borders are set to 0, since both borders will be drawn by the |
|
|
218 |
background image used to create the rounded corners. The top and bottom padding will be created by |
|
|
219 |
setting the height of each <code><div></code> inside the |
|
|
220 |
<code><div class="yui-menu-corner"></code>. |
|
|
221 |
</p> |
|
|
222 |
|
|
|
223 |
<div id="syntax3" class="yui-syntax-highlight"><div class="numbers"><pre class="css" style="font-family:monospace;"><ol><li class="li1"><div class="de1"><span class="coMULTI">/*</span></div></li><li class="li1"><div class="de1"><span class="coMULTI"> Overide the values for border and padding specified for the content box of each submenu in</span></div></li><li class="li1"><div class="de1"><span class="coMULTI"> the Sam skin CSS. The top and bottom borders are set to 0, since both borders will be drawn</span></div></li><li class="li1"><div class="de1"><span class="coMULTI"> by the background image used to create the rounded corners. The top and bottom padding</span></div></li><li class="li2"><div class="de2"><span class="coMULTI"> will be created by setting the height of each <div> inside the</span></div></li><li class="li1"><div class="de1"><span class="coMULTI"> <div class="yui-menu-corner">.</span></div></li><li class="li1"><div class="de1"><span class="coMULTI">*/</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"><span class="re0">#productsandservices</span> <span class="re1">.yui-menu</span> <span class="re1">.yui-menu-content</span> <span class="br0">{</span></div></li><li class="li2"><div class="de2"> </div></li><li class="li1"><div class="de1"> <span class="kw1">border-top</span><span class="sy0">:</span> <span class="nu0">0</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> <span class="kw1">border-bottom</span><span class="sy0">:</span> <span class="nu0">0</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> <span class="kw1">padding</span><span class="sy0">:</span> <span class="nu0">0</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li2"><div class="de2"><span class="br0">}</span></div></li></ol></pre></div><div class="nonumbers"><pre class="css" style="font-family:monospace;"><span class="coMULTI">/* |
|
|
224 |
Overide the values for border and padding specified for the content box of each submenu in |
|
|
225 |
the Sam skin CSS. The top and bottom borders are set to 0, since both borders will be drawn |
|
|
226 |
by the background image used to create the rounded corners. The top and bottom padding |
|
|
227 |
will be created by setting the height of each <div> inside the |
|
|
228 |
<div class="yui-menu-corner">. |
|
|
229 |
*/</span> |
|
|
230 |
|
|
|
231 |
<span class="re0">#productsandservices</span> <span class="re1">.yui-menu</span> <span class="re1">.yui-menu-content</span> <span class="br0">{</span> |
|
|
232 |
|
|
|
233 |
<span class="kw1">border-top</span><span class="sy0">:</span> <span class="nu0">0</span><span class="sy0">;</span> |
|
|
234 |
<span class="kw1">border-bottom</span><span class="sy0">:</span> <span class="nu0">0</span><span class="sy0">;</span> |
|
|
235 |
<span class="kw1">padding</span><span class="sy0">:</span> <span class="nu0">0</span><span class="sy0">;</span> |
|
|
236 |
|
|
|
237 |
<span class="br0">}</span></pre></div><textarea id="syntax3-plain">/* |
|
|
238 |
Overide the values for border and padding specified for the content box of each submenu in |
|
|
239 |
the Sam skin CSS. The top and bottom borders are set to 0, since both borders will be drawn |
|
|
240 |
by the background image used to create the rounded corners. The top and bottom padding |
|
|
241 |
will be created by setting the height of each <div> inside the |
|
|
242 |
<div class="yui-menu-corner">. |
|
|
243 |
*/ |
|
|
244 |
|
|
|
245 |
#productsandservices .yui-menu .yui-menu-content { |
|
|
246 |
|
|
|
247 |
border-top: 0; |
|
|
248 |
border-bottom: 0; |
|
|
249 |
padding: 0; |
|
|
250 |
|
|
|
251 |
}</textarea></div> |
|
|
252 |
<p> |
|
|
253 |
Next, define the styles for each corner element. The <code><div></code>s for the top-left |
|
|
254 |
and bottom-left corners define a right margin that will provide space for the their inner |
|
|
255 |
<code><div></code>s to fill using a negative right margin. Each inner |
|
|
256 |
<code><div></code> will define a left margin to reveal the background image applied to |
|
|
257 |
its parent <code><div></code>. |
|
|
258 |
</p> |
|
|
259 |
<div id="syntax4" class="yui-syntax-highlight"><div class="numbers"><pre class="css" style="font-family:monospace;"><ol><li class="li1"><div class="de1"><span class="re1">.yui-menu-corner</span> <span class="br0">{</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> <span class="kw1">margin-right</span><span class="sy0">:</span> <span class="re3">4px</span><span class="sy0">;</span> <span class="coMULTI">/* Reserve space for the top-right and bottom-right corners. */</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li2"><div class="de2"> <span class="coMULTI">/* The background image (sprite) for the top-left and bottom-left corners. */</span></div></li><li class="li1"><div class="de1"> <span class="kw1">background</span><span class="sy0">:</span> <span class="kw2">url</span><span class="br0">(</span><span class="co2">assets/round.png</span><span class="br0">)</span> <span class="kw2">no-repeat</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"><span class="br0">}</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li2"><div class="de2"><span class="re1">.yui-menu-corner</span> div <span class="br0">{</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> <span class="kw1">height</span><span class="sy0">:</span> <span class="re3">4px</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> <span class="kw1">margin</span><span class="sy0">:</span> <span class="nu0">0</span> <span class="re3">-4px</span> <span class="nu0">0</span> <span class="re3">4px</span><span class="sy0">;</span> <span class="coMULTI">/* Use a negative right margin to move the <div> into</span></div></li><li class="li2"><div class="de2"><span class="coMULTI"> the right margin of the parent element</span></div></li><li class="li1"><div class="de1"><span class="coMULTI"> (<div class="yui-menu-corner">) to draw the top-right</span></div></li><li class="li1"><div class="de1"><span class="coMULTI"> and bottom-right corners.</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"><span class="coMULTI"> Apply a left margin to reveal the background image</span></div></li><li class="li2"><div class="de2"><span class="coMULTI"> applied to the parent element for the top-left and</span></div></li><li class="li1"><div class="de1"><span class="coMULTI"> bottom-left corners. */</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> <span class="coMULTI">/* The background image (sprite) for the top-right and bottom-right corners. */</span></div></li><li class="li1"><div class="de1"> <span class="kw1">background</span><span class="sy0">:</span> <span class="kw2">url</span><span class="br0">(</span><span class="co2">assets/round.png</span><span class="br0">)</span> <span class="kw2">no-repeat</span><span class="sy0">;</span></div></li><li class="li2"><div class="de2"> </div></li><li class="li1"><div class="de1"> _position<span class="sy0">:</span> <span class="kw2">relative</span><span class="sy0">;</span> <span class="coMULTI">/* Necessary to get negative margins working in IE 6</span></div></li><li class="li1"><div class="de1"><span class="coMULTI"> (Standards Mode and Quirks Mode and IE 7 (Quirks</span></div></li><li class="li1"><div class="de1"><span class="coMULTI"> Mode only). */</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li2"><div class="de2"> _font-<span class="kw1">size</span><span class="sy0">:</span> <span class="nu0">0</span><span class="sy0">;</span> <span class="coMULTI">/* Necessary to collapse the height of the <div> in IE 6</span></div></li><li class="li1"><div class="de1"><span class="coMULTI"> (Standards Mode and Quirks Mode and IE 7 (Quirks Mode only) so</span></div></li><li class="li1"><div class="de1"><span class="coMULTI"> that it renders at 4px tall. */</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"><span class="br0">}</span></div></li></ol></pre></div><div class="nonumbers"><pre class="css" style="font-family:monospace;"><span class="re1">.yui-menu-corner</span> <span class="br0">{</span> |
|
|
260 |
|
|
|
261 |
<span class="kw1">margin-right</span><span class="sy0">:</span> <span class="re3">4px</span><span class="sy0">;</span> <span class="coMULTI">/* Reserve space for the top-right and bottom-right corners. */</span> |
|
|
262 |
|
|
|
263 |
<span class="coMULTI">/* The background image (sprite) for the top-left and bottom-left corners. */</span> |
|
|
264 |
<span class="kw1">background</span><span class="sy0">:</span> <span class="kw2">url</span><span class="br0">(</span><span class="co2">assets/round.png</span><span class="br0">)</span> <span class="kw2">no-repeat</span><span class="sy0">;</span> |
|
|
265 |
|
|
|
266 |
<span class="br0">}</span> |
|
|
267 |
|
|
|
268 |
<span class="re1">.yui-menu-corner</span> div <span class="br0">{</span> |
|
|
269 |
|
|
|
270 |
<span class="kw1">height</span><span class="sy0">:</span> <span class="re3">4px</span><span class="sy0">;</span> |
|
|
271 |
|
|
|
272 |
<span class="kw1">margin</span><span class="sy0">:</span> <span class="nu0">0</span> <span class="re3">-4px</span> <span class="nu0">0</span> <span class="re3">4px</span><span class="sy0">;</span> <span class="coMULTI">/* Use a negative right margin to move the <div> into |
|
|
273 |
the right margin of the parent element |
|
|
274 |
(<div class="yui-menu-corner">) to draw the top-right |
|
|
275 |
and bottom-right corners. |
|
|
276 |
|
|
|
277 |
Apply a left margin to reveal the background image |
|
|
278 |
applied to the parent element for the top-left and |
|
|
279 |
bottom-left corners. */</span> |
|
|
280 |
|
|
|
281 |
<span class="coMULTI">/* The background image (sprite) for the top-right and bottom-right corners. */</span> |
|
|
282 |
<span class="kw1">background</span><span class="sy0">:</span> <span class="kw2">url</span><span class="br0">(</span><span class="co2">assets/round.png</span><span class="br0">)</span> <span class="kw2">no-repeat</span><span class="sy0">;</span> |
|
|
283 |
|
|
|
284 |
_position<span class="sy0">:</span> <span class="kw2">relative</span><span class="sy0">;</span> <span class="coMULTI">/* Necessary to get negative margins working in IE 6 |
|
|
285 |
(Standards Mode and Quirks Mode and IE 7 (Quirks |
|
|
286 |
Mode only). */</span> |
|
|
287 |
|
|
|
288 |
_font-<span class="kw1">size</span><span class="sy0">:</span> <span class="nu0">0</span><span class="sy0">;</span> <span class="coMULTI">/* Necessary to collapse the height of the <div> in IE 6 |
|
|
289 |
(Standards Mode and Quirks Mode and IE 7 (Quirks Mode only) so |
|
|
290 |
that it renders at 4px tall. */</span> |
|
|
291 |
|
|
|
292 |
<span class="br0">}</span></pre></div><textarea id="syntax4-plain">.yui-menu-corner { |
|
|
293 |
|
|
|
294 |
margin-right: 4px; /* Reserve space for the top-right and bottom-right corners. */ |
|
|
295 |
|
|
|
296 |
/* The background image (sprite) for the top-left and bottom-left corners. */ |
|
|
297 |
background: url(assets/round.png) no-repeat; |
|
|
298 |
|
|
|
299 |
} |
|
|
300 |
|
|
|
301 |
.yui-menu-corner div { |
|
|
302 |
|
|
|
303 |
height: 4px; |
|
|
304 |
|
|
|
305 |
margin: 0 -4px 0 4px; /* Use a negative right margin to move the <div> into |
|
|
306 |
the right margin of the parent element |
|
|
307 |
(<div class="yui-menu-corner">) to draw the top-right |
|
|
308 |
and bottom-right corners. |
|
|
309 |
|
|
|
310 |
Apply a left margin to reveal the background image |
|
|
311 |
applied to the parent element for the top-left and |
|
|
312 |
bottom-left corners. */ |
|
|
313 |
|
|
|
314 |
/* The background image (sprite) for the top-right and bottom-right corners. */ |
|
|
315 |
background: url(assets/round.png) no-repeat; |
|
|
316 |
|
|
|
317 |
_position: relative; /* Necessary to get negative margins working in IE 6 |
|
|
318 |
(Standards Mode and Quirks Mode and IE 7 (Quirks |
|
|
319 |
Mode only). */ |
|
|
320 |
|
|
|
321 |
_font-size: 0; /* Necessary to collapse the height of the <div> in IE 6 |
|
|
322 |
(Standards Mode and Quirks Mode and IE 7 (Quirks Mode only) so |
|
|
323 |
that it renders at 4px tall. */ |
|
|
324 |
|
|
|
325 |
}</textarea></div> |
|
|
326 |
<p> |
|
|
327 |
The last step is to simply set <code>background-position</code> property for the bottom-left, |
|
|
328 |
top-right, and bottom-right corner elements to reveal the corresponding section of the corner |
|
|
329 |
background image. |
|
|
330 |
</p> |
|
|
331 |
<div id="syntax5" class="yui-syntax-highlight"><div class="numbers"><pre class="css" style="font-family:monospace;"><ol><li class="li1"><div class="de1"><span class="coMULTI">/*</span></div></li><li class="li1"><div class="de1"><span class="coMULTI"> Set the "background-position" property for the bottom-left, top-right, and</span></div></li><li class="li1"><div class="de1"><span class="coMULTI"> bottom-right corner elements to reveal the corresponding section of the corner</span></div></li><li class="li1"><div class="de1"><span class="coMULTI"> background image.</span></div></li><li class="li2"><div class="de2"><span class="coMULTI">*/</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"><span class="re1">.yui-menu-corner-bl</span> <span class="br0">{</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"> <span class="kw1">background-position</span><span class="sy0">:</span> <span class="kw1">left</span> <span class="kw1">bottom</span><span class="sy0">;</span></div></li><li class="li2"><div class="de2"> </div></li><li class="li1"><div class="de1"><span class="br0">}</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"><span class="re1">.yui-menu-corner</span> <span class="re1">.yui-menu-corner-tr</span> <span class="br0">{</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li2"><div class="de2"> <span class="kw1">background-position</span><span class="sy0">:</span> <span class="kw1">top</span> <span class="kw1">right</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"><span class="br0">}</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"><span class="re1">.yui-menu-corner</span> <span class="re1">.yui-menu-corner-br</span> <span class="br0">{</span></div></li><li class="li2"><div class="de2"> </div></li><li class="li1"><div class="de1"> <span class="kw1">background-position</span><span class="sy0">:</span> <span class="kw1">right</span> <span class="kw1">bottom</span><span class="sy0">;</span></div></li><li class="li1"><div class="de1"> </div></li><li class="li1"><div class="de1"><span class="br0">}</span></div></li></ol></pre></div><div class="nonumbers"><pre class="css" style="font-family:monospace;"><span class="coMULTI">/* |
|
|
332 |
Set the "background-position" property for the bottom-left, top-right, and |
|
|
333 |
bottom-right corner elements to reveal the corresponding section of the corner |
|
|
334 |
background image. |
|
|
335 |
*/</span> |
|
|
336 |
|
|
|
337 |
<span class="re1">.yui-menu-corner-bl</span> <span class="br0">{</span> |
|
|
338 |
|
|
|
339 |
<span class="kw1">background-position</span><span class="sy0">:</span> <span class="kw1">left</span> <span class="kw1">bottom</span><span class="sy0">;</span> |
|
|
340 |
|
|
|
341 |
<span class="br0">}</span> |
|
|
342 |
|
|
|
343 |
<span class="re1">.yui-menu-corner</span> <span class="re1">.yui-menu-corner-tr</span> <span class="br0">{</span> |
|
|
344 |
|
|
|
345 |
<span class="kw1">background-position</span><span class="sy0">:</span> <span class="kw1">top</span> <span class="kw1">right</span><span class="sy0">;</span> |
|
|
346 |
|
|
|
347 |
<span class="br0">}</span> |
|
|
348 |
|
|
|
349 |
<span class="re1">.yui-menu-corner</span> <span class="re1">.yui-menu-corner-br</span> <span class="br0">{</span> |
|
|
350 |
|
|
|
351 |
<span class="kw1">background-position</span><span class="sy0">:</span> <span class="kw1">right</span> <span class="kw1">bottom</span><span class="sy0">;</span> |
|
|
352 |
|
|
|
353 |
<span class="br0">}</span></pre></div><textarea id="syntax5-plain">/* |
|
|
354 |
Set the "background-position" property for the bottom-left, top-right, and |
|
|
355 |
bottom-right corner elements to reveal the corresponding section of the corner |
|
|
356 |
background image. |
|
|
357 |
*/ |
|
|
358 |
|
|
|
359 |
.yui-menu-corner-bl { |
|
|
360 |
|
|
|
361 |
background-position: left bottom; |
|
|
362 |
|
|
|
363 |
} |
|
|
364 |
|
|
|
365 |
.yui-menu-corner .yui-menu-corner-tr { |
|
|
366 |
|
|
|
367 |
background-position: top right; |
|
|
368 |
|
|
|
369 |
} |
|
|
370 |
|
|
|
371 |
.yui-menu-corner .yui-menu-corner-br { |
|
|
372 |
|
|
|
373 |
background-position: right bottom; |
|
|
374 |
|
|
|
375 |
}</textarea></div> </div> |
|
|
376 |
<div class="yui-u sidebar"> |
|
|
377 |
|
|
|
378 |
|
|
|
379 |
<div id="examples" class="mod box4"> |
|
|
380 |
<div class="hd"> |
|
|
381 |
<h4> |
|
|
382 |
MenuNav Node Plugin Examples:</h4> |
|
|
383 |
</div> |
|
|
384 |
<div class="bd"> |
|
|
385 |
<ul> |
|
|
386 |
<li><a href='../node-menunav/node-menunav-1.html'>Basic Left Nav</a></li><li><a href='../node-menunav/node-menunav-2.html'>Basic Top Nav</a></li><li><a href='../node-menunav/node-menunav-3.html'>Menu Button Top Nav</a></li><li><a href='../node-menunav/node-menunav-4.html'>Split Button Top Nav</a></li><li><a href='../node-menunav/node-menunav-5.html'>Left Nav With Submenus With Shadows</a></li><li class='selected'><a href='../node-menunav/node-menunav-6.html'>Left Nav With Submenus With Rounded Corners</a></li><li><a href='../node-menunav/node-menunav-7.html'>Skinning Menus Created Using the MenuNav Node Plugin</a></li><li><a href='../node-menunav/node-menunav-8.html'>Adding Submenus On The Fly</a></li> </ul> |
|
|
387 |
</div> |
|
|
388 |
</div> |
|
|
389 |
|
|
|
390 |
<div class="mod box4"> |
|
|
391 |
<div class="hd"> |
|
|
392 |
<h4>More MenuNav Node Plugin Resources:</h4> |
|
|
393 |
</div> |
|
|
394 |
<div class="bd"> |
|
|
395 |
<ul> |
|
|
396 |
<!-- <li><a href="http://developer.yahoo.com/yui/node-menunav/">User's Guide</a> (external)</li> --> |
|
|
397 |
<li><a href="../../api/module_node-menunav.html">API Documentation</a></li></ul> |
|
|
398 |
</div> |
|
|
399 |
</div> |
|
|
400 |
</div> |
|
|
401 |
</div> |
|
|
402 |
|
|
|
403 |
</div> |
|
|
404 |
</div> |
|
|
405 |
|
|
|
406 |
|
|
|
407 |
<div class="yui-b toc3" id="tocWrapper"> |
|
|
408 |
<!-- TABLE OF CONTENTS --> |
|
|
409 |
<div id="toc"> |
|
|
410 |
|
|
|
411 |
<ul> |
|
|
412 |
<li class="sect first">YUI 3 Resources</li><li class="item"><a title="YUI 3 -- Yahoo! User Interface (YUI) Library" href="http://developer.yahoo.com/yui/3/">YUI 3 Web Site</a></li><li class="item"><a title="Examples of every YUI utility and control in action" href="../../examples/">YUI 3 Examples</a></li><li class="item"><a title="Instantly searchable API documentation for the entire YUI library." href="../../api/">YUI 3 API Docs</a></li><li class="item"><a title="YUI 3 Dependency Configurator -- configure your custom YUI implementation" href="http://developer.yahoo.com/yui/3/configurator">YUI 3 Dependency Configurator</a></li><li class="item"><a title="The YUI 3 Forum on YUILibrary.com" href="http://yuilibrary.com/forum/viewforum.php?f=15">YUI 3 Forums (external)</a></li><li class="item"><a title="Found a bug or a missing feature? Let us know on YUILibrary.com." href="http://developer.yahoo.com/yui/articles/reportingbugs/">Bug Reports/Feature Requests</a></li><li class="item"><a title="YUI is free and open, offered under a BSD license." href="http://developer.yahoo.com/yui/license.html">YUI License</a></li><li class="item"><a title="Download and fork the YUI project on GitHub" href="http://github.com/yui">YUI on Github</a></li><li class="item"><a title="The Yahoo! User Interface Blog" href="http://yuiblog.com">YUI Blog (external)</a></li><li class="sect">YUI 3 Core - Examples</li><li class="item"><a title="YUI Global Object - Functional Examples" href="../../examples/yui/index.html">YUI Global Object</a></li><li class="item"><a title="Event - Functional Examples" href="../../examples/event/index.html">Event</a></li><li class="item"><a title="Node - Functional Examples" href="../../examples/node/index.html">Node</a></li><li class="sect">YUI 3 Component Infrastructure - Examples</li><li class="item"><a title="Attribute - Functional Examples" href="../../examples/attribute/index.html">Attribute</a></li><li class="item"><a title="Plugin - Functional Examples" href="../../examples/plugin/index.html">Plugin <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="Widget - Functional Examples" href="../../examples/widget/index.html">Widget <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="sect">YUI 3 Utilities - Examples</li><li class="item"><a title="Animation - Functional Examples" href="../../examples/anim/index.html">Animation</a></li><li class="item"><a title="AsyncQueue - Functional Examples" href="../../examples/async-queue/index.html">AsyncQueue</a></li><li class="item"><a title="Browser History - Functional Examples" href="../../examples/history/index.html">Browser History</a></li><li class="item"><a title="Cache - Functional Examples" href="../../examples/cache/index.html">Cache</a></li><li class="item"><a title="Cookie - Functional Examples" href="../../examples/cookie/index.html">Cookie</a></li><li class="item"><a title="DataSchema - Functional Examples" href="../../examples/dataschema/index.html">DataSchema <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="DataSource - Functional Examples" href="../../examples/datasource/index.html">DataSource <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="DataType - Functional Examples" href="../../examples/datatype/index.html">DataType <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="Drag & Drop - Functional Examples" href="../../examples/dd/index.html">Drag & Drop</a></li><li class="item"><a title="Get - Functional Examples" href="../../examples/get/index.html">Get</a></li><li class="item"><a title="ImageLoader - Functional Examples" href="../../examples/imageloader/index.html">ImageLoader</a></li><li class="item"><a title="IO - Functional Examples" href="../../examples/io/index.html">IO</a></li><li class="item"><a title="JSON (JavaScript Object Notation) - Functional Examples" href="../../examples/json/index.html">JSON</a></li><li class="item"><a title="Stylesheet - Functional Examples" href="../../examples/stylesheet/index.html">Stylesheet</a></li><li class="sect">YUI 3 Widgets - Examples</li><li class="item"><a title="Overlay - Functional Examples" href="../../examples/overlay/index.html">Overlay <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="Slider - Functional Examples" href="../../examples/slider/index.html">Slider <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="sect">YUI 3 Node Plugins - Examples</li><li class="item"><a title="FocusManager Node Plugin - Functional Examples" href="../../examples/node-focusmanager/index.html">FocusManager Node Plugin <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="selected "><a title="MenuNav Node Plugin - Functional Examples" href="../../examples/node-menunav/index.html">MenuNav Node Plugin <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="sect">YUI 3 CSS - Examples</li><li class="item"><a title="YUI CSS Reset - Functional Examples" href="../../examples/cssreset/index.html">CSS Reset</a></li><li class="item"><a title="YUI Fonts - Functional Examples" href="../../examples/cssfonts/index.html">CSS Fonts</a></li><li class="item"><a title="YUI Base - Functional Examples" href="../../examples/cssbase/index.html">CSS Base</a></li><li class="sect">YUI 3 Developer Tools - Examples</li><li class="item"><a title="Console - Functional Examples" href="../../examples/console/index.html">Console <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="Console Filters Plugin- Functional Examples" href="../../examples/console-filters/index.html">Plugin.ConsoleFilters <img src='http://l.yimg.com/a/i/not/beta_1.gif'></a></li><li class="item"><a title="Profiler - Functional Examples" href="../../examples/profiler/index.html">Profiler</a></li><li class="item"><a title="Test - Functional Examples" href="../../examples/test/index.html">Test</a></li><li class="sect">Other Useful YUI 3 Resources</li><li class="item"><a title="Answers to Frequently Asked Questions about the YUI Library" href="http://developer.yahoo.com/yui/articles/faq/">YUI FAQ (external)</a></li><li class="item"><a title="Yahoo!'s philosophy of Graded Browser Support" href="http://developer.yahoo.com/yui/articles/gbs/">Graded Browser Support (external)</a></li><li class="item"><a title="Videos and podcasts from the YUI Team and from the Yahoo! frontend engineering community." href="http://developer.yahoo.com/yui/theater/">YUI Theater (external)</a></li></ul> |
|
|
413 |
</div> |
|
|
414 |
</div> |
|
|
415 |
</div><!--closes bd--> |
|
|
416 |
|
|
|
417 |
<div id="ft"> |
|
|
418 |
<p class="first">Copyright © 2009 Yahoo! Inc. All rights reserved.</p> |
|
|
419 |
<p><a href="http://privacy.yahoo.com/privacy/us/devel/index.html">Privacy Policy</a> - |
|
|
420 |
<a href="http://docs.yahoo.com/info/terms/">Terms of Service</a> - |
|
|
421 |
<a href="http://docs.yahoo.com/info/copyright/copyright.html">Copyright Policy</a> - |
|
|
422 |
<a href="http://careers.yahoo.com/">Job Openings</a></p> |
|
|
423 |
</div> |
|
|
424 |
</div> |
|
|
425 |
<script language="javascript"> |
|
|
426 |
var yuiConfig = {base:"../../build/", timeout: 10000}; |
|
|
427 |
</script> |
|
|
428 |
<script src="../../assets/syntax.js"></script> |
|
|
429 |
<script src="../../assets/dpSyntaxHighlighter.js"></script> |
|
|
430 |
<script language="javascript"> |
|
|
431 |
dp.SyntaxHighlighter.HighlightAll('code'); |
|
|
432 |
</script> |
|
|
433 |
</body> |
|
|
434 |
</html> |