Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #37.0K
1 Posted Topic
Old thread, but the solution provided doesn't and didn't work for me. I am using Chrome 16. The old solution was [CODE]<script type="text/javascript"> if (navigator.userAgent.toLowerCase().match('chrome') document.write('<link rel="stylesheet" type="text/css" href="stylechr.css">'); </script>[/CODE] I changed the script (by the way, you are missing an end bracket too) to [CODE] <script type="text/javascript"> if (navigator.userAgent.toLowerCase().indexOf('chrome') …
The End.
Charlynne