Jump to content

hacking children in IE?


michaellunsford

Recommended Posts

Okay, so I've been tasked with making a Miva 4 template look good. So, if I directly target specific children in their table layout, it works great in compliant browsers. What about non-compliant and semi-compliant?

 

Specific problem:

I'd love to figure out how to do this in IE 7. Is there some kind of VB hack or something?

 

body>table>tbody>tr>td:first-child {
background:url(/graphics/00000001/coolbg.jpg) no-repeat bottom center #ee3d2f;
}
body>table>tbody>tr>td:first-child a {
color:#FFF;
}

Link to comment
https://forums.phpfreaks.com/topic/77562-hacking-children-in-ie/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.