Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
gopinath para
2,880 PointsIE Display problems in wordpress
Hello every one,
I've a very quick query about wordpress. i've metro style menu for my wordpress website.at 1027*768 resolution my website it is not working properly in IE where in Firefox and chrome it is working fine.i'm not sure about the exact reason .can any buddy please help in this ?
my website is http://touchstore.specbee.com and you can see this problem by changing the screen resolution.please some one ?
Error screenshot http://t.co/sZDjNpKYsi
10 Answers

Joe Bruno
35,909 PointsAccording to the Chrome developer window, you have your margin on your class ".tile-icon," set to "margin: auto." On that last tile, try setting it manually to "margin-right: 0px;" and see if that doesn't fix your issue.

gopinath para
2,880 PointsSorry Joe.i changed the margin right to 0 but it's not working .Any other suggestions ?

Joe Bruno
35,909 PointsSorry, you had another class I didn't see: .tiled-menu > li set to margin-right: 0px or just for last child.

gopinath para
2,880 PointsSorry this one also not working :( Joe Bruno Zac Gordon Nick Pettit

gopinath para
2,880 PointsOh my goodness ...i made it :) in tiled-menu li class we have margin-left 4px .. i decrease it to 3px :) working great :) Joe Bruno

Matt Campbell
9,767 PointsIf I can make a suggestion. The drop down menus are a nightmare to use. They either need to be put directly under the relevant parent button or the Amazon menu implemented, may help a touch but really the links need positioning closer to the menu buttons.
Also, you don't immediately see them when you hover over a button because they're so far away. :)

gopinath para
2,880 PointsAbsolutely ... but my client liked this metro tails style with that exact positioning ..so no other choice :) Matthew Campbell

Matt Campbell
9,767 PointsFair enough. Client always knows best, apparently. ;)

gopinath para
2,880 PointsExactly .. :) Matthew Campbell

Zac Gordon
Treehouse Guest TeacherHey folks, retagged this as CSS instead of WordPress. Great job helping each other out!