Jump to content

Recommended Posts

Posted

<style type="text/css">
#shadow{ background-color:#3399FF; width:120px; height:220px; margin:10px 0px 0px 10px;}
#menue{ position:relative; top:-215px; width:120px; height:220px; background-color:#FFFFFF; border:1px solid #3399FF; }
</style>
<div id="shadow"></div>
<div id="menue">
&nbsp;<a href="#">HOME</a><br><br>
&nbsp;<a href="#">PAGINA 1</a><br><br>
&nbsp;<a href="#">PAGINA 2</a><br><br>
&nbsp;<a href="#">PAGINA 3</a><br><br>
&nbsp;<a href="#">PAGINA 4</a><br><br>
&nbsp;<a href="#">PAGINA 5</a><br><br>
</div>

Meniul va arata asa:

 

M2EGUMY.png

  • Upvote 1

Te-ai inregistrat? Ne-ar placea sa te prezinti.

Cum pot sustine forumul?
Cumpara de la eMag folosind acest link.
--------------------
oG2BN9d.gifse1WdXd.gifQG6MtmI.gifRHYjDzD.gifG5p1wui.gif

  • 7 years later...

  • 1 month later...
Posted

Nu era mai simplu asa?:

 

CSS

#menu {
    box-shadow: 10px -10px 0px #3399FF;
    padding: 10px;
    width:120px; 
    height:auto; 
    background:#FFFFFF; 
    border:1px solid #3399FF;
}


#menu a {
    text-decoration: none;
    display: list-item;
    list-style-type: none;
    margin-bottom: 10px;
    margin-top: 10px;
}

HTML

<div id="menu">
    <a href="#">PAGINA 1</a>
    <a href="#">PAGINA 2</a>
    <a href="#">PAGINA 3</a>
    <a href="#">PAGINA 4</a>
</div>

Preview:

DEcrR7C.png

www.evict.ro

EVICTro

loading1.gif

  • Moderators
Posted

Din 2007 pana in ziua de azi, lucrurile au avansat ceva :)

PHP Developer - Not available for freelancing right now

Daca ai de gand sa postezi la categoria IPB, nu uita sa citesti regulamentul: Link regulament

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.