View Full Version : More options in html markup
Chachacha
12-16-2007, 04:52 AM
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.
Marco van Herwaarden
12-16-2007, 06:12 AM
You can use any valid HTML for the markup.
Chachacha
12-16-2007, 06:28 AM
You can use any valid HTML for the markup.
It certainly won't let me designate a css class.
Marco van Herwaarden
12-16-2007, 07:02 AM
Please give an example of the code you want to use, and why it does not work for you.
Chachacha
12-16-2007, 07:22 AM
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; }
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.