drumz Posted February 14, 2009 Report Posted February 14, 2009 I develop for IE and fix for FF and need to make an adjustment. I am not sure why this code is not working: Thanks in advance for any help you can offer.
jlhaslip Posted February 14, 2009 Report Posted February 14, 2009 You are missing the selector for the padding to apply to.
drumz Posted February 14, 2009 Author Report Posted February 14, 2009 I am signing off but wanted to reply because I didn't show the whole situation. Original that works fine in IE:
jlhaslip Posted February 14, 2009 Report Posted February 14, 2009 I have never seen IE conditionals used "in-line". Place an ID on that div and move the style up to the Head of the page. Including the IE conditional... Are there floats involved in or around that div? If the padding or margins are not being affected, there may be another selector being more specific. Without the full html/css (preferably a link) it is difficult to see what you are trying to accomplish or fix with this code.
drumz Posted February 14, 2009 Author Report Posted February 14, 2009 (edited) http://leolawoffice.com is the url. The links on the left side need alignment, it's perfect in IE. CSS: #left-index { position:absolute; left:79px; top:416px; width:365px; height:253px; background: url(images/left_index.jpg); } Page: DUI: The Process Criminal DUI Penalties Department of Licensing Penalties Your Immediate FAQs Essential Links Client Testimonials Other Areas of Criminal Practice Edited February 14, 2009 by drumz
drumz Posted February 16, 2009 Author Report Posted February 16, 2009 I decided to follow your advice by giving the div an ID and creating an external css file ie-fix.css and changing the padding there. Thanks for your help!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now