SmartMenus DHTML Menu / JavaScript Menu - Forums

forums

You are not logged in.

#1 2009-Mar-05 06:11:07

Seeker
Member
Registered: 2009-Mar-05
Posts: 5

Changing border styles

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:

Code:

'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

 

#2 2009-Mar-05 06:22:15

Seeker
Member
Registered: 2009-Mar-05
Posts: 5

Re: Changing border styles

adding a picture which explains it smile

http://img228.imageshack.us/img228/738/namnlsf.png

Offline

 

#3 2009-Mar-05 07:03:38

Seeker
Member
Registered: 2009-Mar-05
Posts: 5

Re: Changing border styles

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 big_smile

Offline

 

#4 2009-Mar-05 11:31:37

smartmenus
Site Admin
From: Plovdiv, BULGARIA
Registered: 2003-Feb-23
Posts: 1109
Website

Re: Changing border styles

Yep, you can well use something like:

Code:

'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)

-Vasil Dinkov-

Offline

 

#5 2011-May-27 12:01:49

SirSteve
Member
Registered: 2009-Nov-28
Posts: 12

Re: Changing border styles

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

 

#6 2011-May-30 07:43:24

smartmenus
Site Admin
From: Plovdiv, BULGARIA
Registered: 2003-Feb-23
Posts: 1109
Website

Re: Changing border styles

Normally, this should work. Could you please show me some kind of complete example that I could test and notice the issue? Thanks!


-Vasil Dinkov-

Offline

 

Board footer

Powered by FluxBB