Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    May 2006
    Posts
    80
    Plugin Contributions
    0

    Default css active nav link adding more padding in explorer

    Ok the problem is in internet explorer.

    Click on commissions in the left hand "shop" nav.
    The arrow looks wrong. i.e. the css background image is rendering wrong.

    Check the links to reproductions and originals which all work good.

    I believe that Internet explorer seems to add some extra padding to the commissions link? (as displayed when you highlight it)

    I have been trying to rectify this for a number of days now - with no luck. Ive search css sites but not been able to find refference to the bug.

    Does anyone at zen have any ideas?

    The site is at http://www.bluesurfart.com

  2. #2
    Join Date
    Nov 2006
    Location
    Caracas
    Posts
    114
    Plugin Contributions
    0

    Default Re: css active nav link adding more padding in explorer

    I am not sure because i havent tested but try these

    you have
    #categoriesContent A.category-top SPAN.category-subs-parent{
    position:relative; left:-15px;
    padding-left:15px;
    background-image:url(../images/arrow.gif);
    background-repeat:no-repeat;
    background-position:-140px 4px;

    }

    maybe IE use twice the image from
    and the A.category-topSPAN.category-subs-parent
    why dont try just

    SPAN.category-subs-parent{
    position:relative; left:-15px;
    padding-left:15px;
    background-image:url(../images/arrow.gif);
    background-repeat:no-repeat;
    background-position:-140px 4px;

    }


    i know is not a tecnical opponion but some times works with IE

 

 

Similar Threads

  1. Adding Link to Main Header Nav w/RedPassion Theme
    By zacharyrs in forum Addon Templates
    Replies: 1
    Last Post: 8 Feb 2009, 11:17 PM
  2. Adding an External Link in the Top Nav
    By blakemiller in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Mar 2007, 10:45 PM
  3. CSS challenge: Removing Visited but retaining Active link colour attribute?
    By speedyvespa in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Oct 2006, 07:04 PM

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