forums
You are not logged in.
Hi!
Im wondering if there is a way of changing the border styles of the main menu items, not the sub menu items?
i have it configured this way now:
'border-style: solid;', // Custom additional CSS for the items (valid CSS) 'border-style: solid;', // OVER Custom additional CSS for the items (valid CSS) 'border-style: none;', // CURRENT Custom additional CSS for the items (valid CSS) 'border-style: solid;' // VISITED Custom additional CSS for the items (valid CSS)
which would say i got a black 1px solid border around my items. however i would like to remove the border-bottom completely since i got a 1px solid line crossing my whole page and suits like a "floor" for the items to lie on. as it is now i get a double 1px since i got both the floor and solid border for the items.
appreciate any help
//Daniel 'Sweden
Offline
adding a picture which explains it ![]()

Offline
oh jeez i didnt see that those lines are ANY custom additional CSS for the item. I thought at first that the preset border-style was the only available option here.
thanks anyway ![]()
Offline
Yep, you can well use something like:
'border-bottom:0;', // Custom additional CSS for the items (valid CSS) 'border-bottom:0;', // OVER Custom additional CSS for the items (valid CSS) 'border-bottom:0;', // CURRENT Custom additional CSS for the items (valid CSS) 'border-bottom:0;' // VISITED Custom additional CSS for the items (valid CSS)
Offline
What if I did not want a border-bottom on the main menu when OVER? I tried:
'border-bottom:none;' // OVER Custom additional CSS for the items (valid CSS)
but had no luck.
I am trying to duplicate the Twitter.com Sign In menu drop-down.
Offline
Normally, this should work. Could you please show me some kind of complete example that I could test and notice the issue? Thanks!
Offline