Jump to content
InvisionCommunity.de - Der Deutsche Invision Community Support
Sign in to follow this  
rolli

FOLDOUT Navigatin bei _mouse_over

Recommended Posts

Foldout Navigation

--------------------------------------------------------------------------------

Hallo ,

ich würde gerne die folgende Navigation

<style type=text/css>



div#clink {

    left: 0px; font: 16px arial, sans-serif; width: 160px; position: absolute; top: 100px

}

div#clink a {

    border-right: #ffffff 3px solid; padding-right: 10px;

    display: block; padding-left: 10px; border-left-width: 0px;

    background: #f9eec8; border-bottom-width: 0px;

    padding-bottom: 5px; margin: 0px 0px 2px; color: #625b55;

    padding-top: 5px; text-align: center; text-decoration: none; }


div#clink a:hover {

    border-right: red 3px dashed; background: #ffff00; color: #dd0000

}


</style>


</head>

<body bgcolor=white>


<div id=clink>


<a href="#">Startseite</a>

<a href="#">Serviceseite</a>

<a href="#">Linkseite</a>

<a href="#">Kontaktseite</a>


 </div>

mit einem Foldout Effekt bei _mouse over verbinden. Ist dies Möglich und wenn ja wie ? oder kennt jemand eine andere gute Foldout Navigation ???

Vielen Dank für Eure Hilfe,

Rolli

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×