vertical scroll bar problem
hello,
The problem is that the horizontal scrollbar hides the last row when I show or hide a div elsewhere on the page.
I have read about this on topic http://www.activewidgets.com/javascript.forum.3609.3/horizontal-scrollbar-hides-last-row.html
In that topic anyone suggest to replace the
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
by a simple
<html>
Doing this, the vertical scroll works ok but my web doesn ´t have any style (don´t apply my style rules).
I have other problem, I can´t show horizontal scrollbar, i try:
DGridProyectos.setScrollBars("both");
DGridClientes.setScrollProperty('bars','both');
but any works for me
The problem is that the horizontal scrollbar hides the last row when I show or hide a div elsewhere on the page.
I have read about this on topic http://www.activewidgets.com/javascript.forum.3609.3/horizontal-scrollbar-hides-last-row.html
In that topic anyone suggest to replace the
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
by a simple
<html>
Doing this, the vertical scroll works ok but my web doesn ´t have any style (don´t apply my style rules).
I have other problem, I can´t show horizontal scrollbar, i try:
DGridProyectos.setScrollBars("both");
DGridClientes.setScrollProperty('bars','both');
but any works for me
TECNORA
April 28,