CSS

Soldato
Joined
24 Aug 2006
Posts
6,241
Any ideas how to get these to stay inline?

The arrow images are 25 by 25 but Safari shows the div they are in to be 25 by 30.

ju6.png



uukt.png


.pagination
{
height:25px;
outline:solid 1px #000000;
}
.pagination>img
{
display:inline-table;
margin:0;
padding:0;
width:25px;
height:25px;
}
.paginate
{

display:inline-table;
width:25px;
height:25px;
outline:solid 1px #000000;
}
.current
{
display:inline-table;
width:25px;
height:25px;
outline:solid 1px #000000;
}
 
Last edited:
Back
Top Bottom