1
hi'
There is a problem with Xoops.org login form, located on the top of the page. It is an old problem with jGrowl, I had the same with one theme.
May be a solution here too ?
www/xoops.css
/* jGrowl redirection */
div.jGrowl {padding: 1em; /*z-index: 9999*/; z-index: 9998;}
body > div.jGrowl.top-right {right: 25%; left: 25%; /*top: 2px*/; top: 30px;}
www/xoops.org/themes/wox/css/home.css
div#xtHeader {
background: url(../images/bghead.png) no-repeat top;
height: 106px;
width: 950px;
margin: 0 auto;
/* Addition */
position: relative;
z-index: 9999;
}
... to test
Still learning CSS and... english