Could I have some HTML code and maybe the CSS of the surrounding elements? I can't really know what the problem is if I can't see how you're using the CSS. But I'm sure it would fix a lot of problems if you used the right DOCTYPE. EDIT: I grabbed a doctype and threw in in with the code. Now it works perfectly with IE7. I used:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Never underestimate the power of a proper doctype! 
- Steve
Last edited by stevej; 02-03-2009 at 01:24 PM..
|