Joined
Last Seen
0 Reputation Points
100% Quality Score
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #37.0K
2 Posted Topics
[QUOTE=Charlynne;1744916]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') …
Why are you using a table? Look at this: [url]http://jsfiddle.net/wP9pq/6/[/url]
The End.
t3o