> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> discuss.org] On Behalf Of Jody Levinson
> Sent: Saturday, September 06, 2008 10:35 AM
> To: css-d@lists.css-discuss.org
> Subject: [css-d] Making hacks work
> 
> I think I need to use a hack to fix a positioning problem in IE7. When
> I have the horizontal nav dropdown boxes positioned right in FF,
> they're way off in IE and vice versa. So I just need to sub one style
> for another in IE to change the margins. I've looked up hacks on the
> internet and tried it but it's not working. Is there a beginner's
> guide that tells you step by step what to put where? I see suggested
> code, but not where it needs to go or what need to go with what to
> make it work.
> 
> The page is here: http://www.atlas-inspection.com/newsite/template3.html

Try this for IE:

.nav ul {*top:25px;*left:0;}

Or remove the "*" and use a Conditional Comment instead


-- 
Regards,
Thierry | http://www.TJKDesign.com




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to