Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

design-is

macrumors 65816
Original poster
Oct 17, 2007
1,219
1
London / U.K.
Hi all

I'm re-visiting a site I put together a while ago which might finally go live. I'm trying to get most of bugs out, but have a bit of a problem on IE 6 & 7 on the gallery pages (http://www.designbybluecow.co.uk/united-kingdom/gallery/) where the navigation on the right affects the thumbnails.

The code is a bit messy as I adapted a WordPress theme in a rather rough and ready way, for which I apologise :)

I'm a bit brain fried and can't seem to get my head around a fix for the bug shown and would be very grateful for any help!

Cheers

/Doug
 

Attachments

  • Picture 3.png
    Picture 3.png
    210.6 KB · Views: 96
  • Picture 4.png
    Picture 4.png
    212.4 KB · Views: 80
My guess is it's getting squeezed down due to IE's bad handling of the box model.

In your ie.css file you can use,
Code:
#menu {
 position: absolute; right: -200px;
 margin-right: auto; padding: 0;
 width: 130px;
}
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.