L1® Model 1S FAQ: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{JQuery | {{JQuery}} | ||
<!--{{Bose Stylesheet}}{{JQuery TreeView}}--> | <!--{{Bose Stylesheet}}{{JQuery TreeView}}--> | ||
<html> | <html> | ||
<style> | |||
<style> | |||
h3.closed:after{ | |||
display: inline-block; | |||
content: ""; | |||
width: 24px; | |||
height: 24px; | |||
margin-left:20px; | |||
vertical-align:text-top; | |||
background: transparent url('http://dotnet.tech.ubc.ca/CourseWiki/images/2/2b/Down-Arrow-Icon1.png') no-repeat; | |||
} | |||
h3.open:after{ | |||
display: inline-block; | |||
content: ""; | |||
width: 24px; | |||
height: 24px; | |||
margin-left:25px; | |||
vertical-align:text-top; | |||
background: transparent url('http://dotnet.tech.ubc.ca/CourseWiki/images/8/8d/Up-Arrow-Icon1.png') no-repeat; | |||
} | |||
</style></style> | |||
<script> | <script> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||