Git Product home page Git Product logo

Comments (5)

arielsalminen avatar arielsalminen commented on June 19, 2024

This is actually a bug in older IE's which causes this (happens when there’s a link with no background and no text content). The solution which fixes this is to specify a background for the links.

For debugging: Try adding “background: red;” for the links and see if that fixes the problem.

Actual fix: If that does fix your problem, then you'll have to create and add a transparent 1x1px repeated gif background for the links in order to make them work in older IE’s.

Hope this helps! : )

from responsiveslides.js.

imjoeybrennan avatar imjoeybrennan commented on June 19, 2024

Thanks for the quick response!

Yes, that does help and works. I'm wondering though if I just put a background color and make it transparent with
opacity: 0;
filter:alpha(opacity=0);
-moz-opacity:0;
will that do it as well? Or is the transparent gif necessary?

Thanks again,
Joey

from responsiveslides.js.

arielsalminen avatar arielsalminen commented on June 19, 2024

That might also fix it, not sure, try and see if it’s enough : )

from responsiveslides.js.

arielsalminen avatar arielsalminen commented on June 19, 2024

Hmm, now when thinking this a bit more, you’d probably have to put it like this in order to keep the link still working (no need to use the actual “opacity” property):

filter:alpha(opacity=0.01);
background: #fff;
background rgba(255,255,255, 0.01);

...but now you also have another problem which is that you have that small amount of white color on top of the content, which could be avoided by using the gif solution.

from responsiveslides.js.

imjoeybrennan avatar imjoeybrennan commented on June 19, 2024

Hey, I just decided to go with your .gif solution.
http://apps.rcu.msstate.edu/Connections_Online/SP12/stories/3/index.html
Works great!
Thanks,
Joey

from responsiveslides.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.