Hi
our website looks ok in all browsers except Google Chrome, I found a fix for it but if applied it throws all the others out.
How do I make Google Chrome see a .css file just for itself. I know the code for ie but not chrome.
Thanks for any help.
want Google Chrome only to see this css
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: want Google Chrome only to see this css
sweeet!
this worked for me
thanks for that
this worked for me
Code: Select all
@media screen and (-webkit-min-device-pixel-ratio:0) {
Body {}
Re: want Google Chrome only to see this css
If it looks fine in Safari but not in Chrome, my initial conclusion would be something is broken, not that Chrome needs to be handled specially.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.