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;
}
I also had to change the margin and padding and then the margin from the top of the bsb div to 70px from the top ...