Quick Nav:  Online Store   |   Login | Register

Possible Developer's Guide Error

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
cfrizzio
<20 Posts
Posts:1


04/28/2008 8:50 PM  

Not sure if this has been addressed before, but I was recently looking at the developers guide and saw what seems to be a error/typo in the example stylesheet code for the HOVER.

It has to do with the selected tab...
The snippet provided in the PDF is as follows

#nav li a.SelectedTab {
font-size:1.12em;
background-color: #FFF;
}

But the class "SelectedTab" is inserted on the [li] not the[a] so shouldnt it be...

#nav li.SelectedTab{
insert list item styles here
}

#nav li.SelectedTab a{
insert anchor styles here
}

This allows for much more flexibility on the SelectedTab menu item.

Hope that little tidbit was moderately useful for some of you guys.

 

 

 

 

 

John Mitchell
Posts:3033


04/28/2008 9:09 PM  
You are correct, I remember changing that class to be on the LI instead of the Anchor, but I probably forgot to change the documentation.

Thanks for bringing it to my attention.
Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
Forums >Snapsis Product Support >CSS NavMenu > Possible Developer's Guide Error



ActiveForums 3.7
Powered by: Snapsis Software