DRE Well-known member May 31, 2013 #1 How do I apply a radius to the bottom border of this black sub navigation menu so that it can curve upwards?
How do I apply a radius to the bottom border of this black sub navigation menu so that it can curve upwards?
Shelley Well-known member May 31, 2013 #2 I'm sure you can do this via SP but in extra you could also add the following Code: .navTabs .navTab.selected .tabLinks { border-top-left-radius: 5px; border-top-right-radius: 5px; } Upvote 0 Downvote
I'm sure you can do this via SP but in extra you could also add the following Code: .navTabs .navTab.selected .tabLinks { border-top-left-radius: 5px; border-top-right-radius: 5px; }
DRE Well-known member May 31, 2013 #3 Shelley said: I'm sure you can do this via SP but in extra you could also add the following Code: .navTabs .navTab.selected .tabLinks { border-top-left-radius: 5px; border-top-right-radius: 5px; } Click to expand... Thanks and I did do that in Style Properties, I'm not referring to the top of the subnavigation menu but the bottom. Trying to curve the bottom part. Upvote 0 Downvote
Shelley said: I'm sure you can do this via SP but in extra you could also add the following Code: .navTabs .navTab.selected .tabLinks { border-top-left-radius: 5px; border-top-right-radius: 5px; } Click to expand... Thanks and I did do that in Style Properties, I'm not referring to the top of the subnavigation menu but the bottom. Trying to curve the bottom part.
Shelley Well-known member May 31, 2013 #4 DRE said: Thanks and I did do that in Style Properties, I'm not referring to the top of the subnavigation menu but the bottom. Trying to curve the bottom part. Click to expand... I'm applying a facepalm on myself. I meant to type bottom but firebug auto filled the damn thing and I lost focus. Upvote 0 Downvote
DRE said: Thanks and I did do that in Style Properties, I'm not referring to the top of the subnavigation menu but the bottom. Trying to curve the bottom part. Click to expand... I'm applying a facepalm on myself. I meant to type bottom but firebug auto filled the damn thing and I lost focus.
DRE Well-known member May 31, 2013 #5 Shelley said: I'm applying a facepalm on myself. I meant to type bottom but firebug auto filled the damn thing and I lost focus. Click to expand... This worked! Where is the option to do that in Style Properties? Upvote 0 Downvote
Shelley said: I'm applying a facepalm on myself. I meant to type bottom but firebug auto filled the damn thing and I lost focus. Click to expand... This worked! Where is the option to do that in Style Properties?
Shelley Well-known member May 31, 2013 #6 DRE said: This worked! Where is the option to do that in Style Properties? Click to expand... I just checked and it doesn't seem to be there or working. I first thought it might work on Style Properties >> Header & Navigation >> Selected Tab Sub Link but I was mistaken. I think you'll just have to keep the edit in EXTRA. Upvote 0 Downvote
DRE said: This worked! Where is the option to do that in Style Properties? Click to expand... I just checked and it doesn't seem to be there or working. I first thought it might work on Style Properties >> Header & Navigation >> Selected Tab Sub Link but I was mistaken. I think you'll just have to keep the edit in EXTRA.
DRE Well-known member May 31, 2013 #7 Thank you Shelley!!!! That has been bothering me for months. Upvote 0 Downvote