X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Problems with CSS classes (https://forum.x-cart.com/showthread.php?t=9070)

jparadise 09-08-2004 07:27 AM

CSS in the Speedbar - changing color of link pseudoclass
 
Ok, I have the opposite problem. I'm trying to change the color of the links in the speedbar, which is the Tab class.

No matter what I do, I can't seem to override the primary link psuedoclass style. Here's the code:

A:link {
COLOR: #081589; TEXT-DECORATION: none;
}

.Tab {
FONT-WEIGHT: bold;
TEXT-TRANSFORM: uppercase;
}
.Tab A:link {color: #FFFFFF}

I've also tried:

A.Tab:link {color: #ffffff}
a.Tab:visited {color: #0000ff}
a.Tab:hover {color: #ffcc00}

Any help would be greatly appreciated.

thanks,
Joshua

lyncca 09-08-2004 07:32 AM

Hi Josh,

Can I see your shop? I might be able to see whats wrong with it then.

jparadise 09-08-2004 07:39 AM

CSS in the Speedbar - changing color of link pseudoclass
 
I'm still doing the set-up. The shop is at
http://www.ogdenlittle.com/shop/customer/home.php

Let me know if you need to see any of the code.

thanks!

Joshua

jparadise 09-08-2004 09:42 AM

Now it seems to be working
 
Well, I'm not sure what the problem was, but the following code in the css file seems to be working. Note that the additional link characteristic is specified AFTER the class, but I'm not sure that matters.
Hmm.


Quote:

.Tab {
FONT-WEIGHT: bold;
TEXT-TRANSFORM: uppercase;
}
.Tab A:link {color: #FFFFFF} /*This one works -- changes link in Tab to white*/

jparadise 09-08-2004 09:57 AM

Now I feel like I'm going nuts -- works on SOME of the tabs
 
OK, now I feel like I'm going nuts. The Home and Contact Us tabs appear correctly, but the middle tab, shopping cart, has the old format. They all have the same class, Tab, so why would they be different? The page is at
https://ogdenlittle.globalhosting.com/shop/customer/

the code for the style sheet is:

Code:

.Tab {
        FONT-WEIGHT: bold;
        TEXT-TRANSFORM: uppercase;
}
.Tab A:link {color: #FFFFFF} /*This one works -- changes link in Tab to white*/
.Tab A:hover {COLOR: #FF0000; TEXT-DECORATION: underline;}


and the source for the speed bar is

Code:

<html>
<head>
<title>X-CART. Powerful PHP shopping cart software
          - Home
        </title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="Ogden Little Bags | Sporty Chic Bags for Men and Women | Totes, Messenger Bags, Small Goods, Luggage, Briefcases | MADE IN USA">
<meta name="keywords" content="ogden little, ogden, bags, totes, messenger bags, bag, new york, fashion bags, made in usa, fashion luggage">
<link rel="stylesheet" href="https://ogdenlittle.globalhosting.com/shop/skin1/skin1.css">
</head>
<body LEFTMARGIN=0 TOPMARGIN=0 RIGHTMARGIN=0 BOTTOMMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width="100%" height="100%">
  <TR>
    <TD valign=top>
<TABLE class="OgdenTable" border=0 cellPadding=0 cellSpacing=0 width="100%">
<TR>
<TD width=27></TD>
<TD>

 

[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/menu_logo.gif[/img]
</TD>
<TD valign=top align=right>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td valign=top align=right>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td><table border=0 cellpadding=0 cellspacing=0>
<tr>
<td width=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_01.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td height=5 valign=bottom class=Tab background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_02.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td width=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_03.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
</tr>
<tr>
<td width=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_04.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td width=85 height=30 class=Tab align=center background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_05.gif">Home</td>
<td width=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_06.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
</tr>
<tr>
<td width=9 height=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_07.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td height=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_08.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td width=9 height=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_09.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
</tr>
</table>
</td>
<td width=1>[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td><table border=0 cellpadding=0 cellspacing=0>
<tr>
<td width=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_01.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td height=5 valign=bottom class=Tab background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_02.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td width=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_03.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
</tr>
<tr>
<td width=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_04.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td width=85 height=30 class=Tab align=center background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_05.gif">Shopping Cart</td>
<td width=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_06.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
</tr>
<tr>
<td width=9 height=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_07.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td height=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_08.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td width=9 height=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_09.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
</tr>
</table>
</td>
<td width=1>[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td><table border=0 cellpadding=0 cellspacing=0>
<tr>
<td width=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_01.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td height=5 valign=bottom class=Tab background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_02.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td width=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_03.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
</tr>
<tr>
<td width=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_04.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td width=85 height=30 class=Tab align=center background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_05.gif">Contact Us</td>
<td width=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_06.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
</tr>
<tr>
<td width=9 height=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_07.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td height=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_08.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
<td width=9 height=9 background="https://ogdenlittle.globalhosting.com/shop/skin1/images/speedbar_design_09.gif">[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
</tr>
</table>
</td>
<td width=1>[img]https://ogdenlittle.globalhosting.com/shop/skin1/images/spacer.gif[/img]</td>
</tr>
</table>
</td>
</tr>
</table></TD></TR>
</TABLE>


EnriqueHavoc 09-09-2004 01:02 AM

it looks to me like you got it fixed since all 3 links seem to be using the Tab class correctly. Could it be that the a:visited color is throwing you off? or some caching problem with your browser? dunno

could you take a screenshot of the problem


All times are GMT -8. The time now is 07:28 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.