Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a small image/arrow that appears under my menu items on hover. The problem is that IE and Firefox position the image differently than Chrome does. What is the problem and how might I fix this?

Here is my applied css:

img#menu-item-25{position:absolute;right:600px;top:92px;}
img#menu-item-26{position:absolute;right:510px;top:92px;}
img#menu-item-27{position:absolute;right:390px;top:92px;}
img#menu-item-30{position:absolute;right:220px;top:92px;}
img#menu-item-29{position:absolute;right:105px;top:92px;}
img#menu-item-28{position:absolute;right:15px;top:92px;}
share|improve this question
1  
By how much is the Firefox/IE rendering different from the Chrome rendering? I ask because the Chrome user agent stylesheet imposes an 8 pixel margin on the body element unless you override it, which might explain a small difference. – nosuchthingasstars Aug 20 '12 at 16:12
Can you please provide a jsfiddle with the example that is misbehaving? I'd like to see it in action as I'm questioning why absolute positioning is being used. – Sumo Aug 20 '12 at 16:29
1  
Can we get an image and perhaps the HTML code that implements the CSS? Thanks! – Devin Hurd Aug 20 '12 at 16:29
1  
There's a problem with providing a jsFiddle in this case - jsFiddle uses a CSS reset, and it's likely that the problem will not occur with a reset. – Ryan Kinal Aug 20 '12 at 16:36
@sumo I know it's not standard to provide the url, but here it is, since i can't get a workin jsfiddle. leadgenixhosting.com/~intmed – honestinjun Aug 20 '12 at 19:20
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.