I have a strange problem. On a site that were currently building we have a gallery function throuh the jQuery plugin, Gallerific. The gallery opens in a modal window. What I need is to set a max width of the images to 765px. There fore I have set the max-width: 765px; in my CSS. I know i't not working in IE6 but I don't care.
The strange thing is that when I use an image of e.g. 1400px wide, IE8 in compatibility view, Firefox, Chrome, Safari and Opera, all scales this image down to 765px in the width - but not IE8! I can't figure out why this isn't working.
Anyone have got a clue on what's going on, or how even better, how to fix it?
Your answers are greatly appreciated - Thanks!
Regards, Kim
Maybe Gallerific applies a max-width to the fly ? Do you have tried with
!important
?