drop shadow

This commit is contained in:
Karen 2011-10-23 22:54:27 +05:30
commit 93985d13c1
3 changed files with 9 additions and 4 deletions

View File

@ -37,6 +37,10 @@ $(function() {
slider.stop();
});
$('.tab').click(function() {
var link = $(this).find(".buttonTab").attr("href");
location.href = link;
});
});

View File

@ -26,7 +26,8 @@
</form>
<ul id="navMenu">
<li id="homeList"><a href=""><img src="/static/images/noel/home.png" width="16" height="17" alt="home" id="homeIcon"></a></li>
<li id="homeList"><a href="/t/"><img src="/static/images/noel/home.png" width="16" height="17" alt="home" id="homeIcon"></a></li>
{% for m in menus %}
<li><a href="">{{ m.name }}</a>
<ul>
@ -83,7 +84,7 @@
<li><a href="/accounts/register">Register</a></li>
{% endif %}
<li><a href="">Contact Us</a></li>
<li><a href="/contact">Contact Us</a></li>
</ul>
</div>

View File

@ -106,7 +106,7 @@
<option value="title">Title</option>
<option value="mostpopular">Most popular</option>
-->
</select>
</select><br />
<input id="page_no" name="page_no" type="hidden" value="1" />
<input id="object_id" name="object_id" type="hidden" value="" />