Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Underscore on Line #246 #11

Closed
longoria opened this issue Jul 4, 2011 · 2 comments
Closed

Underscore on Line #246 #11

longoria opened this issue Jul 4, 2011 · 2 comments

Comments

@longoria
Copy link

longoria commented Jul 4, 2011

Is there supposed to be an underscore prefixing the width style on line #246

img, object, embed, video {
    max-width: 100%; /* Consider this first: unstoppablerobotninja.com/entry/fluid-images/ */
    _width: 100%; /* If the image/video is smaller than the container, change 100% to an absolute value */
}
@frankpf
Copy link
Owner

frankpf commented Jul 4, 2011

Yes, it's supposed to be there! It's a CSS hack to target IE6.

I thought many people wouldn't understand this, so I commented explaining how these hacks work and what they do.

Thank you :)

@frankpf frankpf closed this as completed Jul 4, 2011
@longoria
Copy link
Author

longoria commented Jul 4, 2011

Thanks for the clarification. It just was weird to see the image behaving differently in the demo on Safari after that update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants