pagination buttons in a vertical row in Safari and Mozilla
Rate this topic: 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...
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...
-
- 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;}
-
- 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...
-
- 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?
-
- 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
-
- 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}
-
- Moderator
6 posts
• Page 1 of 1