18/03/2008, 09:21
|
| | Fecha de Ingreso: julio-2006
Mensajes: 145
Antigüedad: 18 años, 4 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> |