Revision 4492
Added by ben leinfelder about 16 years ago
right.jsp | ||
---|---|---|
37 | 37 |
<style type="text/css"> |
38 | 38 |
<!-- |
39 | 39 |
.chalkboard { |
40 |
background-image: "images/chalkboard_right.png";
|
|
40 |
background-image: url(<%=STYLE_SKINS_URL%>/first/images/chalkboard_right.png);
|
|
41 | 41 |
background-repeat: repeat-y; |
42 | 42 |
height: 100%; |
43 | 43 |
} |
... | ... | |
46 | 46 |
</head> |
47 | 47 |
|
48 | 48 |
<body> |
49 |
<!-- <div id="chalkboard" class="chalkboard"></div>--> |
|
50 |
|
|
51 |
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" background="<%=STYLE_SKINS_URL%>/first/images/chalkboard_right.png"> |
|
52 |
<tr> |
|
53 |
<td> </td> |
|
54 |
</tr> |
|
55 |
</table> |
|
56 |
|
|
49 |
<div id="chalkboard" class="chalkboard"></div> |
|
57 | 50 |
</body> |
58 | 51 |
</html> |
Also available in: Unified diff
swap out new add/remove cart icons, ensure left and right chalkboard borders continue all the way down the page with the content