pagination buttons in a vertical row in Safari and Mozilla

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon May 27, 2013 11:19 am
Reply with quote
Report this post
I've got problems with Safari/Mozilla/IE compatiblity:
while this http://www.shop.banka.art.pl/mp3s is perfect in IE10, in Safari or Mozilla looks strange with pagination buttons alligned in a vertical row...
User avatar
Fresh Boarder

GK User
Mon May 27, 2013 11:21 am
Reply with quote
Report this post
You need to float those elements:
Code: Select all
nav.pagination ul li {float: left;}
User avatar
Moderator

GK User
Mon May 27, 2013 1:42 pm
Reply with quote
Report this post
Thanks, now works great in Safari and Mozilla but... still in Mozilla the table isn't well aligned: the pricelists are still above the 'buy' buton while Safari and IE displays it properly before the pricelist and on the same row...
User avatar
Fresh Boarder

GK User
Mon May 27, 2013 1:48 pm
Reply with quote
Report this post
Could You post screenshots and mark those areas in image editing software?
User avatar
Moderator

GK User
Mon May 27, 2013 2:06 pm
Reply with quote
Report this post
Cyberek wrote:Could You post screenshots and mark those areas in image editing software?


Here you are ;)
User avatar
Fresh Boarder

GK User
Mon May 27, 2013 2:10 pm
Reply with quote
Report this post
This is select element's size issue, add this css:
Code: Select all
table.mediashop_list_table form select {width: 260px}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.