Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    May 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: At links redefined

    Thank both of you for the help, still no solution, I'm currently working (and having a helluva time) on descendant, child, adjacent selectors, using every possible combination. I can bold them all this way but not just one (problem with adjacent). I'll post final solution, if you have any more suggestions I'll check them out.
    -webman

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: At links redefined

    Say you want to bold only the third link.
    Code:
    #navSupp ul li a {font-weight: normal;} 
    #navSupp ul li+li+li a {font-weight: bold;} 
    #navSupp ul li+li+li+li a {font-weight: normal;}
    The four li rule will apply to the fourth and following items.

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: At links redefined

    Quote Originally Posted by gjh42 View Post
    Say you want to bold only the third link.
    Code:
    #navSupp ul li a {font-weight: normal;} 
    #navSupp ul li+li+li a {font-weight: bold;} 
    #navSupp ul li+li+li+li a {font-weight: normal;}
    The four li rule will apply to the fourth and following items.
    Glenn... your superior brain just astounds me sometimes.. such an elegant solution!
    20 years a Zencart User

 

 

Similar Threads

  1. how to delete/add links in the footer?
    By musclecomp in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Aug 2011, 08:16 PM
  2. How to change links at the top of the page & in the footer
    By sc436 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 31 Jan 2011, 08:47 PM
  3. Help! How to change the footer? Links inside!
    By Xandrouz in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 21 Dec 2009, 10:22 PM
  4. how to make Links in menu bold when on there page?
    By jamesdavid in forum General Questions
    Replies: 0
    Last Post: 8 Jun 2008, 11:11 AM
  5. How can I get rid of links in the footer
    By Marlake in forum Customization from the Admin
    Replies: 6
    Last Post: 29 Apr 2008, 04:49 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