Editing Skinbox Misty Skin IPB 3

Status
Not open for further replies.

blow

Active Member
97
2010
0
85
Dose anyone know how to put a box/border around the navigation links on the skinbox mystic skin?

Behind the Invaision Power Board link, going all the way across & behind the View New Content link:

[slide]http://i52.tinypic.com/2s7gnm8.png[/slide]

I want to make it like this, with the black box/border behind the Today's active content The moderating team Today's top 20 posters Overall top posters links:

[slide]http://i51.tinypic.com/2vl62h5.png[/slide]

I thort i could just change the div class on the secondary_nav to the one in the other pic, but thats not a div its:
<ul id="stat_links" class="filter_bar rounded">

I've tried adding a background image here, but it comes out like a thin line:
Code:
#secondary_nav {
	background: #212121 url({style_images_url}/_custom/bg-footerbar.png) repeat;
	color: #fff;
	font-size: 12px;
	text-shadow: -1px -1px 0 #000;
	padding: 10 10 10px 10;
	clear: both;

Any help will be appreciated...
 
3 comments
Have you tried adding something like this;
#secondary_nav {
background: #212121 url({style_images_url}/_custom/bg-footerbar.png) repeat;
color: #fff;
font-size: 12px;
text-shadow: -1px -1px 0 #000;
padding: 10 10 10px 10;
clear: both;
border:5px solid red;
 
Status
Not open for further replies.
Back
Top