css - crossrider toolbar appear on top of the webpage? -
here link of crossrider toolbar extension demo
click here
it's demo of toolbar , showing on of website.
so solution of that?
i've tried alter it's css is
$('#xr-crossrider-example').css({ 'background-color':'#2cb7f4', height:'24px', margin: 0, padding: 0, position:'fixed', right:0, top:0, width:'100%', 'z-index':'999' });
use in css selector select bar, , create stick on top of window using position: fixed;
something this:
.app_header_top { position: fixed; }
css crossrider
No comments:
Post a Comment