Hi there! I have a site with tabview using the monobook theme, but all the tabs have bulletpoints before them. Like so:
I've spent the last several hours trying to figure out how to get them to go away, but I'm at the end of my rope. You can see exactly how desperate I am due to my CSS, and all the instances of 'background-image:none' in places that it doesn't belong:
/* Tab Colors */ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { border-color:#005A31; /* color between tab list and content */ background-image: none; } .yui-navset .yui-nav ul li, .yui-navset .yui-navset-top .yui-nav ul li { background-image: none; } .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { background-color:#9DB68C; /* tab background */ background-image: none; border-color:#005A31; color:#fff; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em { border-color: #005A31; background-image: none; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover { background-image: none; background-color:#005A31; /* selected tab background */ color:#fff; background-image: none; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus { background-color: #005A31; /* selected tab background */ background-image: none; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em { border-color: #005A31; /* selected tab border color */ background-image: none; } .yui-navset .yui-content { background-color: #fff; /* content background color */ background-image: none; border: 0; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { border-color: none; /* content border */ border-top-color:none; /* different border color */ background-image: none; border: 0; } .yui-navset-left .yui-content { border-color: none; /* content border */ border-left-color: none; /* different border color */ background-image: none; border: 0; } .yui-navset-bottom .yui-content, .yui-navset .yui-navset-bottom .yui-content { border-color: none; /* content border */ background-image: none; border: 0; border-bottom-color: none; /* different border color */ } .yui-navset .yui-nav li { background-image: none; }
Help! Here's a link for Inspection:
http://werewolfmush.wikidot.com/char:_template
Thank you so much in advance.