Announcement

Collapse
No announcement yet.

Norcascade styles

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Norcascade styles

    Hi folks,

    I am using norcascade (which I have to say is a cracking program) to create a cascading menu, only I cannot get the included styles 'lowText' and 'highText' to affect the text within the menu.
    I suspect that it is most probably my own incompetance, however the border styles seem to work ok, just the font color, decoration, type etc.

    Has anyone seen this before, and if so, how was it resolved? Or have any ideas what I could have done to break it?
    "OK Venus?"
    "OK Steve!"
    "Right then, lets go!

    #2
    Hi Steve,
    You probably need to amend the Norcascade stylesheet to include the style properties for the Link,Visited,Hover and Active properties of the menu links.
    i.e.
    .lowText {font styles }
    .highText {font styles }
    a.lowText:link {font styles }
    a.highText:link {font styles }
    a.lowText:hover {font styles}
    a.highText:hover {font styles}
    a.lowText:visited {font styles}
    a.highText:visited {font styles}
    a.lowText:active {font styles}
    a.highText:active {font styles}

    If you use the correct syntax in your font styles then you should have no problems.
    Fergus Weir - teclan ltd
    Ecommerce Digital Marketing

    SellerDeck Responsive Web Design

    SellerDeck Hosting
    SellerDeck Digital Marketing

    Comment


      #3
      Not about norcascade but about the CSS , the statements should be in the order Link, Visited, Hover, Active for standards and browser compliance


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        DOH!!!

        Many thanks! :-)
        "OK Venus?"
        "OK Steve!"
        "Right then, lets go!

        Comment

        Working...
        X