INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Need help for track info view  (Read 1254 times)

McNeil

  • Recent member
  • *
  • Posts: 48
Need help for track info view
« on: February 11, 2011, 04:22:09 am »

Hi guys,
I wanted to create my own track info template and used 'Best' and 'NNTH Track Info II' as a guideline. Now I went into a little trouble probably according the browser engine of MC.

I have an image centered in the middle of the screen and want to use the reflection.js to have a reflection of that image. Images smaller that 750px should not be up-scaled. Images bigger than that should be downscaled.
So here's my problem. When I use a fixed size of the image (height: 750px) everything is fine. But when I use 'height: expression(this.height > 750 ? "750px" : this.height + "px");' then the reflection is distorted.
I tried this in firefox with an Internet Explorer engine and it looks fine as well but not in MC 15.0.174.

Maybe someone of you has an idea how to fix or work around that.

I uploaded my current status here http://rapidshare.com/files/447337167/My_Track_Info.zip

Mc
Logged

McNeil

  • Recent member
  • *
  • Posts: 48
Re: Need help for track info view
« Reply #1 on: February 24, 2011, 04:35:41 pm »

With the switch to Chromium in MC 16 Beta this track info view doesn't really work anymore. So don't look for a workaround I have to rewrite it anyway.
Logged
Pages: [1]   Go Up