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:
Associate
Joined
15 Sep 2011
Posts
181
Location
Liverpool
Looks like one of the divs have collasped you need to clear it, but can't tell for sure without seeing the source. So do as mentioned above and give us a URL or paste it in to the likes of jsFiddle or codepen.
 
Back
Top Bottom