When you think of pop-up windows, you may laugh at me because making a link open a new window is one of the easiest things you can do with HTML. In the old days, we simply put a “target=xxxx” tag to create a pop-up window. This can be done in almost an instant, but undeniably […]
Tag Archives: javascript
Smooth anchor links
This post should be useful for designers or webmasters, but it should be informational for all readers too I guess. We will talk about “smooth anchor links”. Anchor links, are links which send you directly to the line you marked on a web page. This is used to jump within the same page and is […]