Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/03/2008, 09:21
mahoni
 
Fecha de Ingreso: julio-2006
Mensajes: 145
Antigüedad: 17 años, 9 meses
Puntos: 0
Re: Cambiar cursor al borde de un frame

Le he puesto un class al frame.
Pero no me hace caso...

<head>
<style type="text/css">

.elborde{cursor:e-resize;}
</style>

</head>
<html>
<frameset id="elframe" class="elborde" cols="50,0" name="xxx" frameborder="no" border="0" ONLOAD="initScrollSynchronization()">
<frame class="elborde" name="principala" id="principal1" src="xxx.asp" scrolling="auto" marginwidth="0" marginheight="0" scrolling="no">
<frame class="elborde" name="principalb" id="principalb" src="yyyy.asp" scrolling="auto" style="border-top: 0px" marginwidth="0" marginheight="0">

</frameset>

</html>