CSS3 transitions & Chrome

Markstar

New Member
Messages
45
Reaction score
0
Points
0
Hi,
I'm messing around with my website, trying to integrate HTML5 and CSS3. I am pretty happy with my results so far, but noticed that the web pages behave differently on x10 than on my local test machine(s) (right now Win7 x64 with Apache 2.2 and PHP 5.2.17, simply because I haven't figured out how to get PHP 5.3 working [I guess I have to learn to use IIS?]).

Here is my question:
This is a link to my webpage: http://markstar.x10hosting.com/about/about.php [only the "About" and "Download" sections are currently integrated].

If you view it in Firefox 4, you should see that the menus are transitioning in, which is done by combining the top/left with the height/width transitions. I am quite happy with the result, but I would like for this to also work in Chrome. In Chrome however, the transition is incorrect, as it appears that the "left"-property is ignored while all others are correct. I have no idea what else to try, so I would really appreciate it if somebody could give me an idea.

Thank you in advance!
 
Top