Hi all,
I'm integrating my 3D Shopping Cart with my existing website and what I'm trying to do is get the left hand navigation menu (the links on the left hand side) to match up between the website and the cart.
I went into my hosting account for my website and pulled up the .css style sheet and it reads as follows (starting after the #topnav in the sheet):
}
#left_nav_box {
width:190px;
overflow:hidden;
float:left;
clear:left;
}
#left_nav_box ul {
list-style:none;
padding:8px 0 0 0;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
#left_nav_box li{
padding:4px 0 6px 18px;
display:block;
background:url(../images/bullet.png) left center no-repeat;
}
#left_nav_box a {
color:#1f4167;
tex-decoration:none;
}
#left_nav_box a:hover {
color:#0292D8;
text-decoration:underline;
}
.reddy_made{
color:#d80200;
font-size:10px;
font-weight:bold;
display: block;
text-align:left;
padding-left:30px;
}
.reddy_made1{
color:#d80200;
font-size:10px;
font-weight:bold;
}
.reddy_made1 a{
color:#d80200;
font-size:10px;
font-weight:bold;
text-decoration:none;
}
.reddy_made1 a:hover{
text-decoration:underline;
}
.style1 {color: #FFFFFF}
.style2 {
color: #d80200;
font-size: 16px;
font-weight: bold;
}
.style3 {
font-size: 10px
}
.style4 {
color: #0094D8;
font-size: 16px;
font-weight: bold;
}
.style5 {
font-size: 18px
}
.greenie {
color:#037719;
font-size:10px;
font-weight:bold;
}
.greenie a{
color:#037719;
font-size:10px;
font-weight:bold;
text-decoration:none;
}
.greenie a:hover{
text-decoration:underline;
}
.greenie_bold {
color:#037719;
font-weight:bold;
font-size:9px;
}
.greenie_bold a{
color:#037719;
font-weight:bold;
font-size:9px;
text-decoration:none;
}
.greenie_bold a:hover{
text-decoration:underline;
}
Anyone out there know how to integrate this into 3D cart? I have no idea what ".reddy" and ".greenie" are in this code, or it they are even relevant to the left hand navigation css.
I've attached two screen shots to show how the left hand navigation menus currently look (very different) and I would like for it to look like the one on the website.
P.S. My skills in terms of programming and coding, out of 10, is about 3-4 :confused:
Thank you in advance for anyone out there who has any suggestions or advice!
-James
I'm integrating my 3D Shopping Cart with my existing website and what I'm trying to do is get the left hand navigation menu (the links on the left hand side) to match up between the website and the cart.
I went into my hosting account for my website and pulled up the .css style sheet and it reads as follows (starting after the #topnav in the sheet):
}
#left_nav_box {
width:190px;
overflow:hidden;
float:left;
clear:left;
}
#left_nav_box ul {
list-style:none;
padding:8px 0 0 0;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
#left_nav_box li{
padding:4px 0 6px 18px;
display:block;
background:url(../images/bullet.png) left center no-repeat;
}
#left_nav_box a {
color:#1f4167;
tex-decoration:none;
}
#left_nav_box a:hover {
color:#0292D8;
text-decoration:underline;
}
.reddy_made{
color:#d80200;
font-size:10px;
font-weight:bold;
display: block;
text-align:left;
padding-left:30px;
}
.reddy_made1{
color:#d80200;
font-size:10px;
font-weight:bold;
}
.reddy_made1 a{
color:#d80200;
font-size:10px;
font-weight:bold;
text-decoration:none;
}
.reddy_made1 a:hover{
text-decoration:underline;
}
.style1 {color: #FFFFFF}
.style2 {
color: #d80200;
font-size: 16px;
font-weight: bold;
}
.style3 {
font-size: 10px
}
.style4 {
color: #0094D8;
font-size: 16px;
font-weight: bold;
}
.style5 {
font-size: 18px
}
.greenie {
color:#037719;
font-size:10px;
font-weight:bold;
}
.greenie a{
color:#037719;
font-size:10px;
font-weight:bold;
text-decoration:none;
}
.greenie a:hover{
text-decoration:underline;
}
.greenie_bold {
color:#037719;
font-weight:bold;
font-size:9px;
}
.greenie_bold a{
color:#037719;
font-weight:bold;
font-size:9px;
text-decoration:none;
}
.greenie_bold a:hover{
text-decoration:underline;
}
Anyone out there know how to integrate this into 3D cart? I have no idea what ".reddy" and ".greenie" are in this code, or it they are even relevant to the left hand navigation css.
I've attached two screen shots to show how the left hand navigation menus currently look (very different) and I would like for it to look like the one on the website.
P.S. My skills in terms of programming and coding, out of 10, is about 3-4 :confused:
Thank you in advance for anyone out there who has any suggestions or advice!
-James
Comment