The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Is there a way to do this? I just want one of my Navbar items to be red so it stands out. Do I need to create a new class?? Also curious about making one bit of text blink in the Navbar.
|
#2
|
||||
|
||||
![]()
-- create a new class
-- edit navbar template to reflect new class if you don't know about CSS just use HTML Code:
style="background-color:#FF0000" |
#3
|
|||
|
|||
![]() Quote:
I worked around this by removing the vbphrase info and just used normal text with <font color> and <blink> around the text. Is there a way to make vbphrases blink or do I need to stick with my workaround? I added the blink code in a long time ago to give the ability to blink the text, but I don't remember where I put it ![]() |
#4
|
||||
|
||||
![]()
I'm not a supporter of "blink". You are asking the wrong person.
-- "blink" is not supported by all browsers -- do not use the <font> tag ... use <span style="">text</span> Why not use an animated image? |
#5
|
|||
|
|||
![]()
Hadn't thought of an animated image. That is definitely a good option - and if blink doesn't work for all browsers, a good way to make sure it is supported universally. I haven't plugged any graphics into the Navbar before, is it a simple process?
So for my font color, would the code be: Code:
<span style="font-color:#FF0000">text</span> Thanks again for your help! |
#6
|
||||
|
||||
![]() HTML Code:
<span style="color:#FF0000">text</span> |
#7
|
|||
|
|||
![]()
Thanks!!
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|