The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
Nice nice !! lol
How can I set it to be at the very top like ESPN has it's ticker at the bottom of the screen without it disappearing when you scroll down ... |
#22
|
||||
|
||||
Okay, give this a try...you'll see a new setting that allows you to choose between above the header (fixed) and below the header (as it was before).
|
#23
|
||||
|
||||
Ok its above header but it still moves/disappears when you scroll down
|
#24
|
||||
|
||||
Of course...I mean why would it behave for you the same way it behaves for me? LOL!
|
#25
|
||||
|
||||
Yeah I don't know but it still does it lol ...
--------------- Added [DATE]1520975924[/DATE] at [TIME]1520975924[/TIME] --------------- I got it to work now ... I had to add the following to the markfl_forummarquee.css Code:
.marquee { white-space: nowrap; overflow: hidden; border: {vb:stylevar markfl_forummarquee_border}; border-radius: {vb:stylevar markfl_forummarquee_borderradius}; margin: -69px 0px; padding: 13px; background: {vb:stylevar markfl_forummarquee_background}; color: {vb:stylevar markfl_forummarquee_color}; font: {vb:stylevar markfl_forummarquee_font}; position: fixed; width:1021px; z-index: 500; } |
#26
|
||||
|
||||
Some of those lines in red are redundant, as they are included in the class selector:
HTML Code:
.fmarq_fixed { position: fixed; top: 0px; left: 0px; z-index: 100; } And you now have no choice but to have the thing fixed. It worked perfectly for me, but if I had a nickel for every time things work for me, and not for others, I'd be a very rich man. |
#27
|
||||
|
||||
Oh that's crazy ..the new css file didn't get overwritten which is why it didn't work ..it only did it on the default and 2 other styles I have ... crazy !
|
#28
|
||||
|
||||
Did you make any edits to the .css template? That's the only reason I know of that it wouldn't get overwritten when updating a product.
|
#29
|
||||
|
||||
Not that I remember lol ... but it's working now so thank you Mark ...
One thing I wouldn't mind having is being able to pull tittles with links from certain forums ... what do'ya think? I remember there being one like that but for some reason it didn't work on my site ... don't remember why ... It was able to get links from forums and also from RSS feeds |
#30
|
||||
|
||||
You can put links in there manually, using anchor tags.
What kind of links are you wanting to auto-grab, links to threads? Based on what criteria? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|