myGully.com

myGully.com (https://mygully.com/index.php)
-   Webdesign (https://mygully.com/forumdisplay.php?f=415)
-   -   CSS Navigation problem (https://mygully.com/showthread.php?t=2118217)

Valenta 14.09.10 01:53

CSS Navigation problem
 
Hi

ich hab mir heute mal ein tut angeschaut für mouseover navigation mit css
alles hat wunderbar funktioniert außer das die buttons alle zusammen hängen also kein platzt dazwischen

verstehe nicht warum vllt kann mir ja wer helfen :)


hier der teil aus der html datei
PHP-Code:

<div class="navbar">
<
div class="act"><a href="#">HOME</a></div>
<
div class="button"><a href="#">RAIDPLANER</a></div>
<
div class="button"><a href="#">FORUM</a></div>
<
div class="button"><a href="#">MITGLIEDER</a></div>
<
div class="button"><a href="#">ERFOLGE</a></div>
<
div class="button"><a href="#">BEWERBEN</a></div>
</
div

und die css datei
PHP-Code:

.navbar{
    
width575;
    
height37;
    
font-familyVerdana;
    
font-size14px;
    
line-height35px;
    
font-weightbold;
    
backgroundurl(navbar_grad.jpgrepeat-x;
}
.
button a{
    
floatleft;
    
height37px;
    
color#fff;
    
text-decorationnone;
    
text-aligncenter;
    }
.
button a:hover{
    
floatleft;
    
height37px;
    
color#ffa200;
    
text-decorationnone;
    
text-aligncenter;
    
backgroundurl(navbar_grad_roll.jpgrepeat-x;
    }
.
act a{
    
floatleft;
    
height37px;
    
color#ffa200;
    
text-decorationnone;
    
text-aligncenter;
    
backgroundurl(navbar_grad_roll.jpgrepeat-x;
    }
.
act a:hover{
    
floatleft;
    
height37px;
    
color#ffa200;
    
text-decorationnone;
    
text-aligncenter;
    
backgroundurl(navbar_grad_roll.jpgrepeat-x;
    } 


exzellent 14.09.10 04:55

Versuch mal in der CSS-Datei überall, außer bei der .navbar den folgenden Code hinten dran zu hängen:



PHP-Code:

padding-right10px

oder

PHP-Code:

margin-right10px


Valenta 14.09.10 12:34

das klappt :)

vielen dank für deine hilfe


Alle Zeitangaben in WEZ +1. Es ist jetzt 01:07 Uhr.

Powered by vBulletin® (Deutsch)
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.