Absolute vs relative?
I been moving this lines starting @ line 112 in the style.portal.mode.5.css file
- Code: Select all
}
.nspMainPortalMode5 .nspPrev {
position: absolute;
top: 50%;
left: 8px;
z-index: 1;
}
.nspMainPortalMode5 .nspNext {
background-position: -16px 0;
position: absolute;
top: 50%;
right: 20px;
z-index: 1;
}
Please take a look in firefox and chrome http://50.28.21.93/~maiacomm/ and look at the navigation arrows alignment is different in both browsers...
thanks