The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
More options in html markup
It would be excellent if a modification were made to allow span class in the html markup.
If anyone can make this possible, I'd be very thankful. |
#2
|
|||
|
|||
You can use any valid HTML for the markup.
|
#3
|
||||
|
||||
It certainly won't let me designate a css class.
|
#4
|
|||
|
|||
Please give an example of the code you want to use, and why it does not work for you.
|
#5
|
||||
|
||||
Ok, it seems to be allowing the css class now... but it won't allow the hover css. Here is what the css looks like...
.mod { color: red; text-decoration: underline; } .mod a:link, .mod a:visited, .mod a:active { color: red; text-decoration: underline; } .mod a:hover { color: white; text-decoration: none; } ... and here is the markup... <span class="mod"> </span> why no hover effect? ********************************** I figured it out myself. Its supposed to be a:hover BEFORE .mod ...like this---> a:hover .mod { color: white; text-decoration: none; } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|