Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
317 ashish 1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
    <meta charset="UTF-8" />
5
 
6
        <title>shop2020.in -  Nokia   N96 </title>
7
 
8
    <link type="text/css" href="../css/jquery.ui.all.css" rel="stylesheet" />
9
    <script type="text/javascript" src="../js/jquery-1.4.2.js"></script>
10
    <script type="text/javascript" src="../js/jquery.ui.core.js"></script>
11
    <script type="text/javascript" src="../js/jquery.ui.widget.js"></script>
12
    <script type="text/javascript" src="../js/jquery.ui.tabs.js"></script>
13
    <link type="text/css" href="../css/demos.css" rel="stylesheet" />
14
    <script type="text/javascript">
15
    $(function() {
16
        $("#tabs").tabs().addClass('ui-tabs-vertical ui-helper-clearfix');
17
        $("#tabs li").removeClass('ui-corner-top').addClass('ui-corner-left');
18
        $("#tabs").tabs({
19
            event: 'mouseover'
20
        });
21
    });
22
    </script>
23
    <style type="text/css">
24
 
25
/* Vertical Tabs
26
----------------------------------*/
27
.ui-tabs-vertical { width: 61em; }
28
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 18em; }
29
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
30
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
31
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
32
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}
33
    </style>
34
</head>
35
<body>
36