Coder Social home page Coder Social logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024

Original comment by [email protected] on 21 Feb 2008 at 9:41

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from ie7-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
This is a huge problem for me, I would be extremely happy if this could be 
fixed :)

Original comment by [email protected] on 26 Feb 2008 at 12:48

from ie7-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
http://www.flex360.com/client/gtt/ -- I am also having this issue in IE6 - 
works 
fine in IE7.xx and FF2.xx all of my links on the main portion (white area) are 
ignored, and I do not even get a pointer. While all of my links on the right 
column 
are fine. I have tried all versions of IE7.js and IE8.js. I take off your 
script and 
it works like a champ (looks like sh!t though :). Please help!!!!! AAAAAGGGGHH!

Thanks man.
Mike

Original comment by [email protected] on 19 Mar 2008 at 10:20

from ie7-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
There is a workaround, but I can't remember who came out with it:
Instead of writing each list item as normal:
<li><a href="#">testing...</a></li>

Use:
<li><a href="#">testing...[hit enter here]
</a></li>

See the attached file. 
Cheers from Brazil.
And thank you Dean for the hard work!!

Original comment by [email protected] on 10 May 2008 at 6:22

Attachments:

from ie7-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
[deleted comment]

from ie7-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
Anyone found a solution for this yet? I'm having the same problem although I'm 
not using a list containing links.

Original comment by [email protected] on 26 May 2008 at 11:22

from ie7-js.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
IE7.js does not specifically fix this issue but it provides an easy (and valid) 
way to fix 
it.

Add the following to the CSS for the block-level A element:

{{{
ul li a {
  border: 1px solid orange;
  display: block;
  padding: .2em 0px .2em 30px;
  margin: 0px;
  box-sizing: content-box; /* ADD THIS LINE */
}
}}}

That will force the A element to have "layout".

Original comment by [email protected] on 14 Feb 2010 at 12:10

  • Changed state: Done

from ie7-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.