Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE7 CSS Issues Reply To: IE7 CSS Issues

#156537
Senff
Participant

You’re using some CSS that IE7 has trouble with.

For example, *:first-child+html #aje-video-job is understood by modern browsers (and ignored, because it’s a declaration that is very specific and doesn’t occur anywhere in the document), but IE7 does apply it to #aje-video-job and that’s why that element is 600px wide.

It’s used in a lot of other places, so I would suggest to get rid of all those anyway, since they don’t have value for modern browsers, and screw up older browsers.