We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 7971
    • 263 Posts
    Hallo,

    ich habe ein komisches Problem bei der Darstellung von Ditto Paging:
    Irgendwie ist die untere Line der "Zahlenblöcke" abgeschnitten.
    Siehe Schreenshot!

    Hier das zugehörige CSS:
    .ditto_paging {
    list-style: none;
        border: 1px solid black;
        padding: 10px; 
        font-size: 86%;
        color: black;
    	
    	
    }
    #ditto_pages .ditto_currentpage {
        border: 1px solid black;
        padding: 1px 5px 2px; 
        margin-right: 6px;
    	margin-bottom: 6px;
        background-color:#FF0000; 
        color: #fff;
    	
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 11px;
    	font-style: normal;
    } 
    #ditto_pages .ditto_off {
        border: 1px solid black;
        padding: 1px 5px 2px; 
        margin-right: 6px;
        color: #ccc;
    	
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 10px;
    	font-style: normal;
    }
    #ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
        border: 1px solid #FF0000; 
        padding: 1px 5px 2px; 
        margin-right: 6px; 
        text-decoration: none !important; 
        color: black;
    	
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 11px;
    	font-style: normal;
    } 
    #ditto_pages a:hover {
        background-color: #fff;
        color: #000;
    	
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 11px;
    	font-style: normal;
    }
    
    
    


    Kann mir jemand sagen woran das liegen kann?