Rounded corners not working in some pages IE8

Permalink
Hi
I'm using curvycorners to get rounded corners.

However it sort of stopped working in IE 8. And I dont know what happend. It's very strange.

Athttp://olle.getmyip.com/gosa/ it does not work.
But athttp://olle.getmyip.com/gosa/index.php/gosa2/...
it works.

I cant get whats de difference? Because I think I have the same settings for the blocks.

I apply the style in the blockstyle CSS classname

So why is it working in some pages? And not in others?

Creating new pages does not work with any new blocks.

Regards
olle

 
senshidigital replied on at Permalink Reply
senshidigital
We have had problems with IE8 for the randomiser add-on.

IE8 stopped treating transparent elements using Javascript. Pain in the A@@!! I hate IE!

You can read about it here:

http://ajaxian.com/archives/ie-8-strict-mode-doesnt-allow-for-css-o...

http://msdn.microsoft.com/en-us/library/cc288325%28VS.85%29.aspx...

I imagine this is the same problem for the rounded corners.
olleka replied on at Permalink Reply
Well, maybe. But what is so strange is that it is working in two older pages I made.

Any new block will fail. So I wonder if it has something to do with Concrete5 after all.

Also works in this page that is a plain php/css page not made in concrete5
http://olle.getmyip.com/gosa/index_temp2.php...

Regards
olle
olleka replied on at Permalink Reply
Hi
Gah! I solved it!
I made a misstake with the path to the javascript file. it has to be
<script type="text/JavaScript" src="<?=$this->getThemePath()?>/curvycorners.src.js"></script>


I just wonder why those other "old" pages could find it but not the main page.

Regards
Olle
senshidigital replied on at Permalink Reply
senshidigital
ahh nice one. Glad you sorted.