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(); slider.stop();
}); });
$('.tab').click(function() {
var link = $(this).find(".buttonTab").attr("href");
location.href = link;
});
}); });

View File

@ -26,7 +26,8 @@
</form> </form>
<ul id="navMenu"> <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 %} {% for m in menus %}
<li><a href="">{{ m.name }}</a> <li><a href="">{{ m.name }}</a>
<ul> <ul>
@ -83,7 +84,7 @@
<li><a href="/accounts/register">Register</a></li> <li><a href="/accounts/register">Register</a></li>
{% endif %} {% endif %}
<li><a href="">Contact Us</a></li> <li><a href="/contact">Contact Us</a></li>
</ul> </ul>
</div> </div>
@ -139,4 +140,4 @@
<p id="copyright">&copy; 2011 India Theatre Forum. All Rights Reserved.</p> <p id="copyright">&copy; 2011 India Theatre Forum. All Rights Reserved.</p>
</div> </div>
</body> </body>

View File

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