Skip to main content

Here's what a VPN can't protect you from (but you need to use it)

The abbreviation " VPN " has slowly become established among average Internet users, which is certainly good, but the problem is that people have started to see VPN as the ultimate solution to all problems.

[CSS] Vertical Menu

[CSS] Vertical Menu

If you want to make a simple vertical Menu with links, images, or plain text, you can do it with plain HTML code and a bit of CSS.

HTML will help us to create a "list" using <li>, and CSS will "make up" all that and place the Menu in the desired place.

I suggest you download Notepad++ to start with, where you will write Codes. You can download it from the following link http://notepad-plus-plus.org/download/v6.1.4.html


You can download the finished Code from THIS link.

<style type=“text/css“>
.test{
position:fixed; /*The menu will stay in place even when you scroll the page*/
width:36px; /*width*/
height:300px; /*length*/
bottom:0px; 
right:0px; /*will be pasted at the top of the screen*/
top:0px; /*it will be stuck to the right edge of the screen*/
}
.test ul {
margin-top:100px; /*distance from the top of the screen*/
padding:2; 
}

.test li {list-style: none;} /*drops black dots next to the text*/
</style>

<div class=’test’>
<ul>
<li>Tekst1</li>
<li>Tekst2</li>
<li>Tekst3</li>
<li>Tekst4</li>
</ul>
</div>

Instead of <li>Text</li>, you can put text, image, and link.

Save as name.html and open. If you don't like how it looks, you can change the position, size, etc. in the CSS section. More about CSS at THIS link.

You can see how this all looks on the right side of the blog. Only I inserted images instead of text and linked them.

Comments

Popular this month

Make your own SmartCover for any Smart device

You must have heard about the SmartCover accessory that protects the screen of your Smart device. You can buy it and place it on the screen yourself in a few steps and thus protect it from shocks, scratches...and also when you cover the screen, it turns off automatically.

The Internet has 2.1 billion users

After reviewing the statistics for 2011 , the company Pingdom concluded that the number of Internet users recorded a large increase from 360 million users, as recorded at the end of 2000, to 30% of the world's population .

Xiaomi entered the Guinness Book of Records

Xiaomi not only broke its own record last year but also entered the Guinness Book of Records as the company that sold the smartest devices in 24 hours. Namely, they sold a whole 2.11 million phones ! Of that, 500,000 devices were delivered in the first 12 hours.

Task Scheduler - Run the program at a specified time

Simple instructions on how to create an "Event" on your computer that will run a program, send an e-mail, show you a notification… With  Task Scheduler , you can also create multiple Events that will run at different times. You can write a reminder and set it to appear on the screen on a specific date. You can also write an email and specify when exactly to send it automatically. Or, if you want, you can set some programs to run at a specific time.

EX-YU IPTV channels - Kodi accessories for free watching TV channels

I have already written a detailed article , with installation instructions, about one domestic IPTV Kodi add-on for watching ex-yu channels online , and in this article, I will present a few more similar ones. For those unfamiliar, Kodi is a program available for many operating systems and platforms (such as Windows, Mac, Linux, Android, iOS, Raspberry Pi i) and with which you can watch movies, series, pictures, listen to music… there are add-ons for him and among other things extras for watching TV channels online.