The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
CSS Madness - Help sought
I present you guys three images:
First, my navbar: The font in question is the one I'm using for my navigation links. (Site Features, etc). I'm using the following plain old HTML for them: Code:
<font size="1px" color="#FFFFFF"><b>Site Policy</b></font> So, in my handy HTML editor, I produce the following: Code:
<span style="color:white;font:bold 10px verdana">Site Policy</span> Editor: Result: Yay! "Gravy", I think, I'll just add some CSS and use span classes. So I toss this into the Main CSS: Code:
.testmarkup { color: #ffffff; font: bold 10pt verdana; Text-Decoration: none; } Code:
<span class="testmarkup">Unused</span> Thus my problem. Before I concede the point that I'll be 30 in less than 4 months and could be going senile before my time.. What am I missing here? Much thanks to any insight offered. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|