Dim cont As ABMContainer
cont.Initialize(page, "cont", "")
cont.AddRows(1,False,"").AddCellsOSMP(1,0,0,0,12,12,12,0,0,0,0,"")
cont.BuildGrid
cont.SetFixedHeight("500px") ' IMPORTANT
page.Cell(1,1).AddComponent(cont)
' refresh the page
page.Refresh
' Tell the browser we finished loading
page.FinishedLoading
' restoring the navigation bar position
page.RestoreNavigationBarPosition
' IMPORTANT, AFTER Page.Refresh
page.ws.Eval($"$('#cont').css({"background":"#000000 url('../images/bg2.jpg') no-repeat center center fixed","-webkit-background-size": "cover", "-moz-background-size": "cover", "-o-background-size": "cover", "background-size": "cover" });"$, Null)
page.ws.Flush