Før musen over boksene
⇓⇓⇓


Domain
Want to register an Norwegian domain?

Webdesign
We have designed hundreds of websites.
Nice pricing!

Translation
English to Norwegian
Dutch to Norwegian

Webshop
Webshop for selling products in Norway

CMS
CMS with Norwegian administration

Norwegian
In Norwegian

CSS design


CSS (Cascading Style Sheets) is the new technique for displaying html elements.

It produces much less html kode and making the page loading faster. The profit is also a higher rank in the search engines; less kode makes it easyer to get the content.

If you want to redesign your site later, changing the css file also changes all your pages simultaniously.

To display a table based webpage, the browser must render all the content. With css all elements render simultaniously and the page shows as it loads.

Combine css with javascript and you have powerful dhtml for making interactivity, as in flash.


CSS example:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<head><title>CSS design example</TITLE>
<link rel="stylesheet" type="text/css" href="css-design.css"></head>
<body>
<div id="top">Top here</div>
<div id="content">
    <ul>
      <li><a href="#">Menu item 1</a></li>
      <li><a href="#">Menu item 2</a></li>
    </ul>
    <div id="text">Here goes the page content!!</div>
</div>
</body></html>

Vacation in Norway Agderferie AS offers affordable vacation i Norway. Rent a cabin or house.






Validerende HTML   Validerende CSS

©1997-2008 Web Norge