Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Aug 2005
    Posts
    27
    Plugin Contributions
    0

    Default Left and Right Side Link Colors

    Siteurl is: http://www.fotopoet.com/zencart/

    Everything in FireFox is exactly the way I want it to be. It gets the correct colors for the two links which are on the left side and the one on the right side of the page. These are "New Products (more)" and "Reviews [more]" on the left and "Shipping Cart (more)" on the right. In MSIE I was able to set the hover color (#00ffff) to what I wanted but it just accepts the color of all the other links (#0000ff) for the non hover color on the page and not to what I want (#ffffff).

    I've gone through the stylesheet.css with no success. Any ideas are appreciated.

  2. #2
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Left and Right Side Link Colors

    I'm guessing this is about the Shopping Cart sidebox heading being blue in IE and FF?

    Code:
    H3.rightBoxHeading {
    	MARGIN-TOP: 0px; 
    	FONT-SIZE: 1.1em; 
            COLOR: #ffffff
    }
    
    H3.rightBoxHeading A {
    	FONT-SIZE: 1.1em; 
            COLOR: #ffffff
    }

  3. #3
    Join Date
    Aug 2005
    Posts
    27
    Plugin Contributions
    0

    Default Re: Left and Right Side Link Colors

    Thanks Sketchy. I made the change which as you correctly point out should have been #ffffff but unfortunately that is not the problem. Its that the "New Products (more)" and "Reviews [more]" on the left side of the page and "Shipping Cart (more)" on the right side are correct in FireFox appearing #ffffff except when the cursor is placed over them which then becomes is #00fff but in MSIE they appear #0000ff except when the cursor is placed over them which then becomes #00ffff.
    It looks like that in MSIE these links are picking up the #0000ff color from the other links on the page except for the hover color.

    I would like them to appear as in FireFox which is #ffffff except when the cursor hovers over them which should then be #00ffff.

  4. #4
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Left and Right Side Link Colors

    You're welcome.

    I thought that shopping cart heading was the only problem. I can't replicate what you mean via IE or FF. They are both the lastest. All the colors seem assigned properly. All the sidebox heading links come up that brighter blue and they appear white otherwise. Have you flushed your cache in IE? I know sometimes it's bad for updating colors after a change in the stylesheet. I'll go through your stylesheet again, but everything appears right.

  5. #5
    Join Date
    Aug 2005
    Posts
    27
    Plugin Contributions
    0

    Default Re: Left and Right Side Link Colors

    Thanks again. I've flushed he cache and refreshed the page each and everytime I viewed it. I've attached a photo of the left side of the page using MSIE that shows what I am talking about.

    The "New Products (more)" and "Reviews [more]" on the left side of the page and "Shipping Cart (more)" in this phot are in blue whereas they should be in white which is the way they appear in FireFox. I hope this helps show what I am talking about.
    Attached Images Attached Images  

  6. #6
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Left and Right Side Link Colors

    There seems to be a problem, no doubt.

    Being under XHTML... I'm wondering if older browsers have a problem rendering with case sensitivity. Particularly the H3 selectors that seem to play a part. Try h3.

  7. #7
    Join Date
    Aug 2005
    Posts
    27
    Plugin Contributions
    0

    Default Re: Left and Right Side Link Colors

    Thank you very much for your help. I had already tried the H3 with no luck. I will just change the color scheme to something that will work for me. Once againthanks.

  8. #8
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Left and Right Side Link Colors

    You're welcome, but it's a shame I couldn't see those titles in blue as they were for you.

    I know myself, I get so frustrated with things like that.

  9. #9
    Join Date
    Sep 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: Left and Right Side Link Colors

    I am having a similar problem with the link color for my shoppingcart sidebox.

    I have changed the ss code as follows

    h3.rightBoxHeading, h3.rightBoxHeading a {
    font-size: 12px;
    color: #F7F7A5;
    }

    This is a light yellow that matches my other box headings,but the color doesn't seem to be taking for the link on the heading of the shoppingcart box. You can see the link when you rollover the heading, but not otherwise.

    the page is http://www.littlegees.com/shop

    Any suggestions?

    Thanks

  10. #10
    Join Date
    Sep 2006
    Posts
    13
    Plugin Contributions
    0

    Default Re: Left and Right Side Link Colors

    p.s. - to the post above.

    Another wierd thing is that the link in the content section of the shopping cart sidebox is NOT taking the colors of my other links.
    Any suggestions there would be appreciated also.


    Thanks.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. left and right side box links different
    By irishshopper in forum Basic Configuration
    Replies: 3
    Last Post: 15 May 2011, 08:39 PM
  2. adjusting left and right side sky blue margins
    By ajaipandey in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 11 Sep 2010, 10:15 PM
  3. Left Side and Right Side are Not Even
    By tabitha in forum General Questions
    Replies: 5
    Last Post: 15 Jan 2010, 11:19 PM
  4. Adding image to left and right side of page
    By captainmorgan in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 21 Oct 2009, 04:35 PM
  5. Specials on left displaying right name but link and image are not right
    By carollehmanncl in forum Setting Up Specials and SaleMaker
    Replies: 1
    Last Post: 29 Oct 2008, 02:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg