|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
Change the appearance of cursor in the browser Hi, Does anyone knows to change the cursor appearance in a web script. I have a small site created for a project work. I want to add a different cursor appearance on that. What are the tags needed for that. I had noticed some effects does not work in different version of Internet Explorer. Why is that. Now switching to the PHP. I know a bit in that also. I need some details to password protect a page. How to do that and to secure the same. |
#2
| |||
| |||
Re: Change the appearance of cursor in the browser We can thanks to CSS, specify the style of the cursor. The attributes are as follows. This will take the value also. Note down this attributes and then apply one by one till you get the appearance. You can do more than basic appearance settings than this. They are nw-resize, crosshair, n-resize, default, se-resize, point, sw-resize, move, s-resize, e-resize, w-resize, ne-resize, text, help, wait, inherit, etc. |
#3
| |||
| |||
Re: Change the appearance of cursor in the browser HasLayout owner is a concept to Microsoft that appeared in version 5.5 of Internet Explorer. The rendering engine versions 5.5, 6 and 7 Internet Explorer includes a property called HasLayout, its value is true if the element has the Layout. The elements that have the default layout are TABE, TD, BODY, IMG, HR, INPUT, SELECT, TEXTAREA, BUTTON, IFRAME, EMBED, OBJECT, APPLET and MARQUEE. And other elements are not Layout. |
#4
| |||
| |||
Re: Change the appearance of cursor in the browser You can use this properties to give out a layout. This works different as per the browser. The samples are position: absolute, float: left or right, display: inline-block, zoom: 1 preferably, width: initial value except auto, height: unless the initial value Car, etc. Now In Internet Explorer 7, max-width and min-width, min-height and max-height, overflow: unless the initial value Car, overflow-x: unless the initial value Car, overflow-y: the initial value except auto, etc. |
#5
| |||
| |||
Re: Change the appearance of cursor in the browser Hackers can sometimes succeed in stealing the contents of a database. User names and passwords of all users when they are available. Passwords must be stored hashes in the database. Thus, if stolen base, the attacker has no access to passwords. These should be coded with the algorithm SHA 256 because the MD5 has been cracked, making it less effective. When the user enters his password, is encrypted and Verification with the two coded versions: that of the database and the seizure. In this way, the administrator of the database did not have access to passwords in clear text. |
#6
| |||
| |||
Re: Change the appearance of cursor in the browser The attacker will seek to recover passwords by sniffing unencrypted network. In fact, they retrieve the data passing between client and server because the passwords are encrypted on the server side. To avoid this problem, it is possible through JavaScript to encode passwords on the client side. The password field is cleared through JavaScript, therefore, in the application, only the password encrypt in transit. The advantage is that if a hacker gets the data traveling between client and server, it retrieves an encrypted password and can not use it. The problem is that JavaScript can be disabled by the user. Therefore, the server side, provide two types of audits Password: those in clear and encrypted. |
![]() |
|
Tags: css, cursor appearance, html, php, web browser, web designing |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to change the look or appearance of scrollbars in windows XP | samborichie | Windows XP Support | 2 | 26-09-2012 03:35 AM |
Change appearance of SMS Text messages | Gajananvihari | Portable Devices | 4 | 08-04-2010 01:24 PM |
How to change Windows 7 cursor to game cursor | Calebh | Operating Systems | 5 | 18-01-2010 04:54 PM |
Change the default cursor to a Wait cursor in ASP.NET | Vireshh | Software Development | 2 | 26-01-2009 05:47 PM |
The change of appearance in World of WarCraft | Dion | Video Games | 3 | 11-12-2008 03:47 PM |