dotted Underline

lumenvonborsody / 2014-10-30 01:20:33   

hello
i underlined my menu with
#index ul.section li { border-bottom: 2px dotted #F0C17F; }

but i only want to underline the sections parts (illustration, editorial...etc)
the exhibitions should be without a dotted underline

who could help me

heim.lumenvonborsody.de/

Vaska A / 2014-10-30 02:49:28   

The problem is that you dotted li when you only want dot ul, right?

  1. #index ul.section { border-bottom: 2px dotted #F0C17F; }
lumenvonborsody / 2014-10-30 10:45:49   

the problem is, that there are also dotted lines in the subfields
but i only want them in the main sections..(illustration, editorial...etc)
like this:
designishistory.com/

IKB010 / 2014-11-04 16:40:32   

the problem is the line 97 in the file called style.css :
#index ul.section li { border-bottom: 2px dotted #F0C17F; }
should be :
#index ul.section { border-bottom: 2px dotted #F0C17F; }
Like Vaska told you ;)

lumenvonborsody / 2014-11-05 09:27:37   

coolio!
thank you it works

This thread has been closed, thank you.