I never have any horizontal lines in select boxes. Can you show us your affected code? Do you apply rule to underline the stuff in the select box? Is it wrapped inside an anchor element? That is the only reason for me to think you would have superflous lines there.
1) validate your HTML!
2) get rid of the <br> tags within your options.
3) get rid of your option styles in your css. they contain border specifications.
the CSS from your OPTION definition has border specifications. that is why you're seeing these amazing "lines". you can have a border specified to your SELECT tag - which will give normal borders around the box itself.
defining borders around the option element will do exactly what you're seeing.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.