Forum Moderators: phranque
I sometimes browse to websites that have this icon or image or text that is located at the bottom right hand corner of a webpage and it will stay there forever regardless of which part of the web page u browse.
It's created using javascript if I am not mistaken. Can someone tell me what is that called?
Thanks.
it doesn't have a name AFAIK. It could be anything, text, link, image - whatever it is is usually fixed to the body element and the source code for it will be there if it's positioned element
If it's just an image it could simply be a background-image attached to the html or body element, if it's that it won't appear in the source code it'll only be in the CSS