Xara Blogging - IFRAME (Blog) with Custom vertical

Scrollbar

Most modern browsers will work with this CSS Code: <style> /*Width*/ ::-webkit-scrollbar { width: 10px; } /*Track*/ ::-webkit-scrollbar-track { background: red; } /*Handle*/ ::-webkit-scrollbar-thumb { background: blue; } /*Handle on hover*/ ::-webkit-scrollbar-thumb:hover { background: green; } </style> Save into Website HTML Code (head) Change the bold colours flagged above to match your main website. You can use CSS Colours or hex values. This is why the main IFRAME is 10px wider than the Blog page.