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

Chrome crashed in Pwn2Own

Google's Chrome browser crashed during the Pwn2Own competition. Yesterday, the first of three days of the competition was held. Although Pwn2Own has been untouchable in the past two years , the French team, Vupen, was the first to show the existence of two weak points within this browser when it runs on the Windows 7 operating system.

Mobile Browsers

The Internet on mobile devices is becoming more popular and has more and more users. As mobile internet expands, so do mobile browsers. Although the devices themselves already have built-in basic internet browsers, new browsers are constantly appearing. The reason is that each of the programs brings something new and useful. For example, Opera Mini is most popular on older phone models that use Java applications, while on Android platforms Chrome , Firefox ,  Dolphin , and xScope are more represented.

Nintendo server hacked!

Problems with hackers are no longer just PlayStation 3 exclusives. Nintendo confirmed yesterday that their Nintendo America server was hacked but that no information or data was compromised during the attack.

The first Lion update

As part of a software update released yesterday, Apple released OS X 10.7.1 , the first update for their operating system that carries patches for several security vulnerabilities and bugs that accompanied the initial release.

Sony Xperia Z5 Dual Sim review [video + images]

The Xperia Z5 is another great flagship model from the Z family of devices that Sony launched in September this year, about a month ago. The case design is great . The side edges are slightly curved to make the phone fit better in the hand, and the back of the device has a fine finish so there are no glare and fingerprints.