PINCoder wrote:
I'm sorry, i thought i had the same problem as the OP.
You may have the same issue but unless you have the same HTML code as his website any advice we give him might not work for you. That's why Henning asked for the link - so we can deal with this issue on YOUR SITE.PINCoder wrote:
The problem is that, in IE, all images ignore the with and height i set in HTML and use 100% of the original image. This only happens in IE and this happens because the compiled file "Bootstrap.css"uses auto height and with for all images on line 50.
When i add the width and the height in the style tag for the HTML, the problem is fixed, but this is not a solution for my clients.
I removed your inline image sizes and this is what I see in IE9 which is exactly the same thing in Chrome:
This image is hidden for guests.
Please log in or register to see it.
PINCoder wrote:
So what i need is a way to comment out that line in bootstrap.css or a better solution

.
And as you know, i can't just comment it out, because that file auto compiles itself.
i tried adding the file to my own css but that doesnt do anything.
And i can't use CSS spcificity because the rule applies to all images.
There are many ways to implement specificity so don't give up on us so easily.