Jump to content

solution to css problems in IE


Brendon Branigin

Recommended Posts

I just tested this and it doesn't seem to work...I wanted to test the hover on a td just to see if it worked.Here is my css:

IE7 { css2: auto; }td:hover { background: red; }

HTML:

<table width="100%"><tr>	<td>hello</td></tr></table>

Nothing happens...

Link to comment
Share on other sites

I'm BBBBBBBBBBlllllllind!!!seriously I don't see it. Where exactly is it on that page? So this means I can do td:hover and it'll work on the whole td right?

Link to comment
Share on other sites

First you need to download the packageThen extract the content of the .zipmove the content to your website directoryadd <!-- compliance patch for microsoft browsers --><!--[if lt IE 7]><script src="/IE7_0_9/ie7-standard-p.js" type="text/javascript"></script><![endif]-->to any file you want to patch (make sure the filepath is correct)http://prdownloads.sourceforge.net/ie7/IE7_0_9.zip?download

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...