El problema es que no se puede hacer un resize del borde que se ve visible.
Si alguien me pudiera ayudar...
Gracias!
tengo este código:(si haceis copi/paste se prueba facil)
<html>
<head>
</head>
<frameset rows="5,*,5" frameborder="no" border="0">
<frame src="nada.asp" scrolling="no" noresize>
<frameset cols="260,*" name="ssss" frameborder="no">
<frame name="menu" src="ddd.asp" style="border-style: solid; border-width: 3;border-top: none;border-bottom: none; border-left: none;border-color:#FFCC00">
<frameset rows="25,*" name="explorador" frameborder="no" border="0">
<frame name="superior" src="elcombo.asp" scrolling="auto" style="border-bottom: 0px" marginwidth="0" marginheight="0" scrolling="no">
<frame name="principal" src="eee.asp" scrolling="auto" style="border-top: 0px" marginwidth="0" marginheight="0" noresize>
</frameset>
</frameset>
<frame src="nada.asp" scrolling="no">
</frameset>
<body>
</body>
</html>