Scroller not compatible with IE and Firefox ?

More
10 years 5 months ago #501 by admin
Also when inspected with F12 on chrome I see that there is a CSS code saying min-height:292px that may cause trouble.See the attached pic.
Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago #502 by gadifonso
Hi! I fixed that.. but still seems different in Firefox / IE vs Chrome..

Do you have any guess?

Thanks

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago #503 by admin
try to add this code to your base.css

@media screen and (-webkit-min-device-pixel-ratio:0) {
#scroller .SelectItem li
{
padding:5px;
}
}

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago #504 by gadifonso
Nothing happened... it seems that the padding syntax is not correctly taken in IE or Firefox..

Any idea how can I change that for line-height??

THanks!!

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago - 10 years 5 months ago #505 by admin
try this if does not work send backend acces to your site as super admin I will check it
@media screen and (-webkit-min-device-pixel-ratio:0) {
li
{
padding:5px;
line-height:25px;
}
}
Last edit: 10 years 5 months ago by admin.

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago #507 by gadifonso
It still doesnt work...If you open the site in Chrome it looks different than ie or firefox.

Should be some programming withing the scroller that is not compatible or not programmed with IE nomenclature.

Can you check htis for me pls??

Thanks a lot for ur help

Please Log in or Create an account to join the conversation.

Time to create page: 0.484 seconds