menu style

vinciguerra / 2012-11-16 05:03:15   

Hi everyone!

I'm trying to change the menu style, but when changing the a:visited does not change.

I've tried to create a special div and not even then.

only happens in a:visited ¿anyone saves my life today? haha

url site vinciguerra.es

arsondpi / 2012-11-16 08:34:48   

Try setting these for your index links (they're in your style.css):

  1. #index a:link { } 
  2. #index a:hover { font-style: italic; } 
  3. #index a:active { } 
  4. #index a:visited { }
steh / 2012-11-16 12:31:31   

is there any chance like in the earlier version to get the section title underlined, but not all menu links?!
haven t found a solution yet.

arsondpi / 2012-11-16 12:52:36   

Simply add

  1. #index ul.section span.section_title, #index ul.section span.section_title a {
  2.     text-decoration: underline;
  3. }
vinciguerra / 2012-11-17 05:41:19   

Hi everyone!

I try to do that but dosen't work but I change that code

  1. /* active exhibit title parts */
  2. li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
  3. li a.active, li span.active, #index ul.section li.active a:link, 
  4. #index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active 
  5. <strong>{ text-decoration: line-through; }</strong>

And i was stay in a exhibit looks ok (ok, it's active link) but i want to have all visited links with a through... i change #exhivit a:visited and #index a:visited but i do nothing.. I try to do that for my self, but i can't.

really sorry for my ass-english

arsondpi / 2012-11-17 12:56:29   

html tags (the strong tag) in a css file? That's why it probably doesn't work...
:-)

vinciguerra / 2012-11-19 10:28:32   

Opps!! Sorry! I put the strong here not in css file

This thread has been closed, thank you.